Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class GetEnveloppeResponse

    The response of an envelop

    Inheritance
    object
    GetEnveloppeResponse
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Answer
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class GetEnveloppeResponse

    Properties

    Data

    the answer data

    Declaration
    public string Data { get; set; }
    Property Value
    Type Description
    string

    Recipient

    The recipient of the enveloppe. For retro compatibility, the email could contains multiple email with ; if GetEnveloppe has been used instead GetEnvelopes

    Declaration
    public Recipient Recipient { get; set; }
    Property Value
    Type Description
    Recipient

    RepID

    The reply iD

    Declaration
    public Guid RepID { get; set; }
    Property Value
    Type Description
    Guid

    StatusCode

    The status code

    Declaration
    public int StatusCode { get; set; }
    Property Value
    Type Description
    int

    Url

    The url

    Declaration
    public Uri Url { get; set; }
    Property Value
    Type Description
    Uri

    Extension Methods

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