Show / Hide Table of Contents

Class SendMessageAnswer

Inheritance
System.Object
Answer
SendMessageAnswer
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Answer.Data
Answer.Status
Answer.PropertyChanged
Answer.RaisePropertyChanged(String)
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.SecureExchanges
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
Type Description
FileMetaDataReference[]

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

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX