Show / Hide Table of Contents

Class ManifestRecipientReturn

That is the class the give us information about the manifest recipients

Inheritance
System.Object
RecipientInfo
ManifestRecipient
ManifestRecipientReturn
Inherited Members
ManifestRecipient.ZonesDefByFile
ManifestRecipient.RecipientIdentifier
RecipientInfo.Email
RecipientInfo.Phone
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

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX