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.SMSv3.DeliveryInfo Class Reference

Encapsulates the delivery info returned by the server for SMS messages. More...

List of all members.

Public Member Functions

 DeliveryInfo ()
 Initializes a new instance of the DeliveryInfo class.

Properties

string Id [get, set]
 Gets or sets the id value assigned by the server to the message.
string Address [get, set]
 Gets or sets the address of the SMS message.
string DeliveryStatus [get, set]
 Gets or sets the delivery status of the SMS message.

Detailed Description

Encapsulates the delivery info returned by the server for SMS messages.


Constructor & Destructor Documentation

Initializes a new instance of the DeliveryInfo class.


Property Documentation

Gets or sets the address of the SMS message.

Gets or sets the delivery status of the SMS message.

Gets or sets the id value assigned by the server to the message.