Class SendMessageAnswer
That is the answer received by Secure Exchanges for a SendMessage method.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.Answer
Assembly: SecureExchangesSDK.dll
Syntax
public class SendMessageAnswer : Answer, INotifyPropertyChanged
Constructors
SendMessageAnswer()
Declaration
public SendMessageAnswer()
SendMessageAnswer(SendMessageAnswer)
Declaration
public SendMessageAnswer(SendMessageAnswer wsAnswer)
Parameters
Type | Name | Description |
---|---|---|
SendMessageAnswer | wsAnswer |
Properties
ActionPost
Declaration
public string ActionPost { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Guid |
FilesReference
The reference of each file for this specific message
Declaration
public List<FileMetaDataReference> FilesReference { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FileMetaDataReference> |
FollowState
Declaration
public string FollowState { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Guid
The ID of the message
Declaration
public string Guid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HtmlMsg
The HTML message of a template
Declaration
public string HtmlMsg { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IV
The IV used to encrypt the message
Declaration
public string IV { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MsgID
The ID of the message
Declaration
public string MsgID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Part2
Declaration
public Guid Part2 { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ReplyEmail
Declaration
public string ReplyEmail { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SaltDigit
Declaration
public string SaltDigit { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SaltPassword
Declaration
public string SaltPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TrackingID
Represent the tracking ID of the Log for the message
Declaration
public Guid TrackingID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
URL
The URL to retreived the message.
Declaration
public string URL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.ComponentModel.INotifyPropertyChanged