Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class ManifestRecipientReturn

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

    Inheritance
    object
    RecipientInfo
    ManifestRecipient
    ManifestRecipientReturn
    Inherited Members
    ManifestRecipient.ZonesDefByFile
    ManifestRecipient.RecipientIdentifier
    RecipientInfo.Email
    RecipientInfo.Phone
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    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

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation