remove useremailaddress

This commit is contained in:
Jonathan Jenne
2023-10-11 09:16:22 +02:00
parent 590409ff36
commit df3e01b921
3 changed files with 10 additions and 4 deletions

View File

@@ -14,8 +14,15 @@
Created = 0
End Enum
Public Enum ActionType
Public Enum EnvelopeHistoryActionType
Created = 0
Saved = 1
Sent = 2
EmailSent = 3
Delivered = 4
Seen = 5
Signed = 6
Rejected = 7
End Enum
Public Enum ContractType