Class SendMessageAnswer
That is the answer received by Secure Exchanges for a SendMessage method.
Inheritance
SendMessageAnswer
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
Properties
ActionPost
Declaration
public string ActionPost { get; set; }
Property Value
AttachmentsOnlyBody
Message attachments only body
Declaration
public string AttachmentsOnlyBody { get; set; }
Property Value
DefaultOpeningCode
Default Opening code for message
Declaration
public string DefaultOpeningCode { get; set; }
Property Value
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
FilesReference
The reference of each file for this specific message
Declaration
public List<FileMetaDataReference> FilesReference { get; set; }
Property Value
FollowState
Declaration
public string FollowState { get; set; }
Property Value
Guid
Declaration
public string Guid { get; set; }
Property Value
HtmlMsg
The HTML message of a template
Declaration
public string HtmlMsg { get; set; }
Property Value
IV
The IV used to encrypt the message
Declaration
public string IV { get; set; }
Property Value
MsgID
Declaration
public string MsgID { get; set; }
Property Value
Part2
Declaration
public Guid Part2 { get; set; }
Property Value
ReplyEmail
Declaration
public string ReplyEmail { get; set; }
Property Value
SaltDigit
Declaration
public string SaltDigit { get; set; }
Property Value
SaltPassword
Declaration
public string SaltPassword { get; set; }
Property Value
TrackingID
Represent the tracking ID of the Log for the message
Declaration
public Guid TrackingID { get; set; }
Property Value
URL
The URL to retreived the message.
Declaration
public string URL { get; set; }
Property Value
Implements
Extension Methods