Class SendMessageAnswer
Inheritance
System.Object
SendMessageAnswer
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()
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class SendMessageAnswer : Answer, INotifyPropertyChanged
Properties
ActionPost
Declaration
public string ActionPost { get; set; }
Property Value
Type |
Description |
System.String |
|
DeleteRef
Declaration
public string DeleteRef { get; set; }
Property Value
Type |
Description |
System.String |
|
Files
Declaration
public FileMetaDataReference[] Files { get; set; }
Property Value
FollowState
Declaration
public string FollowState { get; set; }
Property Value
Type |
Description |
System.String |
|
Guid
Declaration
public string Guid { get; set; }
Property Value
Type |
Description |
System.String |
|
HtmlMsg
Declaration
public string HtmlMsg { get; set; }
Property Value
Type |
Description |
System.String |
|
IV
Declaration
public string IV { get; set; }
Property Value
Type |
Description |
System.String |
|
Mail
Declaration
public string Mail { get; set; }
Property Value
Type |
Description |
System.String |
|
MSGID
Declaration
public string MSGID { get; set; }
Property Value
Type |
Description |
System.String |
|
Part2
Declaration
public string Part2 { get; set; }
Property Value
Type |
Description |
System.String |
|
ReplyEmail
Declaration
public string ReplyEmail { get; set; }
Property Value
Type |
Description |
System.String |
|
SEMSEndpoint
Declaration
public string SEMSEndpoint { get; set; }
Property Value
Type |
Description |
System.String |
|
SEMSID
Declaration
public Guid SEMSID { get; set; }
Property Value
Type |
Description |
System.Guid |
|
SEMSPKCS
Declaration
public string SEMSPKCS { get; set; }
Property Value
Type |
Description |
System.String |
|
TrackingID
Declaration
public string TrackingID { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods