Class ManifestRecipientReturn
That is the class the give us information about the manifest recipients
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.Transport
Assembly: SecureExchangesSDK.dll
Syntax
public class ManifestRecipientReturn : ManifestRecipient
Properties
CompletedDate
The complete date of the recipient
Declaration
public DateTime CompletedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
IsCompleted
Did the recipient complete the signature
Declaration
public bool IsCompleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LastEmailSentOn
Last email sent on.
Declaration
public DateTime LastEmailSentOn { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
NoSignNeeded
If the receipient need to sign the document
Declaration
public bool NoSignNeeded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |