![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
Encapsulates the Headers returned by get message headers response. More...
Public Member Functions | |
HeadersData () | |
Initializes a new instance of the HeadersData class. | |
Properties | |
string | MessageId [get, set] |
Gets or sets the MessageId. Unique message identifier. | |
string | From [get, set] |
Gets or sets the From address. | |
List< string > | To [get, set] |
Gets or sets the To address. If group message, this will contain a list of addresses. | |
string | Subject [get, set] |
Gets or sets the Subject. | |
string | Text [get, set] |
Gets or sets the Text. | |
List< MMSContentData > | MmsContent [get, set] |
Gets or sets the MmsContent. Message part descriptions if type is MMS. | |
DateTime | Received [get, set] |
Gets or sets the Received. | |
bool | Favorite [get, set] |
Gets or sets a value indicating whether Favorite is true or false. | |
bool | Read [get, set] |
Gets or sets a value indicating whether Read is true or false. | |
string | Type [get, set] |
Gets or sets the Type. | |
string | Direction [get, set] |
Gets or sets the Direction. Indicates if message is Incoming or Outgoing “IN” or “OUT” |
Encapsulates the Headers returned by get message headers response.
Initializes a new instance of the HeadersData class.
string ATT_MSSDK.MIMv1.HeadersData.Direction [get, set] |
Gets or sets the Direction. Indicates if message is Incoming or Outgoing “IN” or “OUT”
bool ATT_MSSDK.MIMv1.HeadersData.Favorite [get, set] |
Gets or sets a value indicating whether Favorite is true or false.
string ATT_MSSDK.MIMv1.HeadersData.From [get, set] |
Gets or sets the From address.
string ATT_MSSDK.MIMv1.HeadersData.MessageId [get, set] |
Gets or sets the MessageId. Unique message identifier.
List<MMSContentData> ATT_MSSDK.MIMv1.HeadersData.MmsContent [get, set] |
Gets or sets the MmsContent. Message part descriptions if type is MMS.
bool ATT_MSSDK.MIMv1.HeadersData.Read [get, set] |
Gets or sets a value indicating whether Read is true or false.
DateTime ATT_MSSDK.MIMv1.HeadersData.Received [get, set] |
Gets or sets the Received.
string ATT_MSSDK.MIMv1.HeadersData.Subject [get, set] |
Gets or sets the Subject.
string ATT_MSSDK.MIMv1.HeadersData.Text [get, set] |
Gets or sets the Text.
List<string> ATT_MSSDK.MIMv1.HeadersData.To [get, set] |
Gets or sets the To address. If group message, this will contain a list of addresses.
string ATT_MSSDK.MIMv1.HeadersData.Type [get, set] |
Gets or sets the Type.