Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class GetMessageResponse

    The response when we retreived a message

    Inheritance
    object
    BaseAnswer
    GetMessageResponse
    Inherited Members
    BaseAnswer.Data
    BaseAnswer.Status
    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
    [Serializable]
    public class GetMessageResponse : BaseAnswer

    Properties

    CallBackParameters

    That string is encrypted AES with Parameters Keys objects.

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

    CallBackParametersKeys

    The callback parameters keys

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

    ContainsFinalVersionSignedFiles

    Determine if the message contains signed final version files

    Declaration
    public bool ContainsFinalVersionSignedFiles { get; set; }
    Property Value
    Type Description
    bool

    ContainsSignsFiles

    Determine if Signs Files is contains in that message

    Declaration
    public bool ContainsSignsFiles { get; set; }
    Property Value
    Type Description
    bool

    CreatedDate

    The created date of the message

    Declaration
    public DateTime CreatedDate { get; set; }
    Property Value
    Type Description
    DateTime

    ExpireOn

    The message expire date

    Declaration
    public DateTime ExpireOn { get; set; }
    Property Value
    Type Description
    DateTime

    ExtendMessageToken

    Obsolete feature

    Declaration
    [Obsolete("Do not use")]
    public Guid? ExtendMessageToken { get; set; }
    Property Value
    Type Description
    Guid?

    FilesMetaData

    The Secure Files, with files metadata

    Declaration
    public SecureFiles FilesMetaData { get; set; }
    Property Value
    Type Description
    SecureFiles

    Message

    The message

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

    MessageId

    The ID of the message

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

    OriginalRecipientInfo

    Contains information about the personne who fill the message

    Declaration
    public MessageRecipientInfo OriginalRecipientInfo { get; set; }
    Property Value
    Type Description
    MessageRecipientInfo

    RemainingOpenTime

    The remaining opening time

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

    RepID

    Le reply ID du message

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

    SignCurrentRecipient

    The recipient match for that message

    Declaration
    public ManifestRecipient SignCurrentRecipient { get; set; }
    Property Value
    Type Description
    ManifestRecipient

    SignRecipientsList

    The liste of manifest rescipent

    Declaration
    public List<ManifestRecipientReturn> SignRecipientsList { get; set; }
    Property Value
    Type Description
    List<ManifestRecipientReturn>

    Subject

    The subject of the message

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

    Extension Methods

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