30-11-23
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
#Region "Status Fields"
|
||||
Public Enum EnvelopeStatus
|
||||
Invalid = 0
|
||||
EnvelopeCreated = 1001
|
||||
EnvelopeSaved = 1002
|
||||
EnvelopeQueued = 1003
|
||||
@@ -29,20 +30,6 @@
|
||||
Unsigned = 0
|
||||
Signed = 1
|
||||
End Enum
|
||||
|
||||
''' <summary>
|
||||
''' This is a status, which is called Type because it fits with the other action fields
|
||||
''' </summary>
|
||||
'Public Enum EnvelopeHistoryActionType
|
||||
' Created = 0
|
||||
' Saved = 1
|
||||
' Sent = 2
|
||||
' EmailSent = 3
|
||||
' Delivered = 4
|
||||
' Seen = 5
|
||||
' Signed = 6
|
||||
' Rejected = 7
|
||||
'End Enum
|
||||
#End Region
|
||||
|
||||
#Region "Type Fields"
|
||||
|
||||
Reference in New Issue
Block a user