![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
Encapsulates the delivery info returned by the server for SMS messages. More...
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. |
Encapsulates the delivery info returned by the server for SMS messages.
Initializes a new instance of the DeliveryInfo class.
string ATT_MSSDK.SMSv3.DeliveryInfo.Address [get, set] |
Gets or sets the address of the SMS message.
string ATT_MSSDK.SMSv3.DeliveryInfo.DeliveryStatus [get, set] |
Gets or sets the delivery status of the SMS message.
string ATT_MSSDK.SMSv3.DeliveryInfo.Id [get, set] |
Gets or sets the id value assigned by the server to the message.