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.DeliveryInfoNotification Class Reference

Encapsulates the delivery status for a given destination address. More...

List of all members.

Public Member Functions

 DeliveryInfoNotification ()
 Initializes a new instance of DeliveryInfoNotification.

Properties

string MessageId [get, set]
 Gets or sets MessageId This is the unique Id of the message returned by the AT&T API Gateway in response to the SendSMS method request.
DeliveryInfo DeliveryInfo [get, set]
 Gets or sets DeliveryInfo object. Object that contain the delivery status pair that indicates the delivery status for the given destination address.

Detailed Description

Encapsulates the delivery status for a given destination address.


Constructor & Destructor Documentation

Initializes a new instance of DeliveryInfoNotification.


Property Documentation

Gets or sets DeliveryInfo object. Object that contain the delivery status pair that indicates the delivery status for the given destination address.

Gets or sets MessageId This is the unique Id of the message returned by the AT&T API Gateway in response to the SendSMS method request.