AT&T API Platform SDK for Microsoft®  2.3.3
Wrapper classes that allow developers to build robust applications using .NET
 All Classes Namespaces Functions Enumerations Properties
ATT_MSSDK.MIMv1.HeadersData Class Reference

Encapsulates the Headers returned by get message headers response. More...

List of all members.

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< MMSContentDataMmsContent [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”

Detailed Description

Encapsulates the Headers returned by get message headers response.


Constructor & Destructor Documentation

Initializes a new instance of the HeadersData class.


Property Documentation

Gets or sets the Direction. Indicates if message is Incoming or Outgoing “IN” or “OUT”

Gets or sets a value indicating whether Favorite is true or false.

Gets or sets the From address.

Gets or sets the MessageId. Unique message identifier.

Gets or sets the MmsContent. Message part descriptions if type is MMS.

Gets or sets a value indicating whether Read is true or false.

Gets or sets the Received.

Gets or sets the Subject.

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.

Gets or sets the Type.