Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class SendMessageAnswer

    That is the answer received by Secure Exchanges for a SendMessage method.

    Inheritance
    object
    Answer
    SendMessageAnswer
    Implements
    INotifyPropertyChanged
    Inherited Members
    Answer.Data
    Answer.Status
    Answer.PropertyChanged
    Answer.RaisePropertyChanged(string)
    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 SendMessageAnswer : Answer, INotifyPropertyChanged

    Constructors

    SendMessageAnswer()

    Declaration
    public SendMessageAnswer()

    SendMessageAnswer(SendMessageAnswer, SEMail)

    Declaration
    public SendMessageAnswer(SendMessageAnswer wsAnswer, SEMail transformMail)
    Parameters
    Type Name Description
    SendMessageAnswer wsAnswer
    SEMail transformMail

    Properties

    ActionPost

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

    AttachmentsOnlyBody

    Message attachments only body

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

    DefaultOpeningCode

    Default Opening code for message

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

    DeleteRef

    The reference to call the delete method to destroy this specific message before the recipient read it

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

    FilesReference

    The reference of each file for this specific message

    Declaration
    public List<FileMetaDataReference> FilesReference { get; set; }
    Property Value
    Type Description
    List<FileMetaDataReference>

    FollowState

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

    Guid

    The ID of the message

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

    HtmlMsg

    The HTML message of a template

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

    IV

    The IV used to encrypt the message

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

    MsgID

    The ID of the message

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

    Part2

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

    ReplyEmail

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

    SaltDigit

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

    SaltPassword

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

    TrackingID

    Represent the tracking ID of the Log for the message

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

    URL

    The URL to retreived the message.

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

    Implements

    INotifyPropertyChanged

    Extension Methods

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