Class ManifestRecipientReturn
That is the class the give us information about the manifest recipients
Inherited Members
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 |
|---|---|
| DateTime |
IsCompleted
Did the recipient complete the signature
Declaration
public bool IsCompleted { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
LastEmailSentOn
Last email sent on.
Declaration
public DateTime LastEmailSentOn { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
NoSignNeeded
If the receipient need to sign the document
Declaration
public bool NoSignNeeded { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |