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

Contains the information returned by the server for delivery responses. More...

List of all members.

Public Member Functions

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

Properties

List< DeliveryInfoDeliveryInfo [get, set]
 Gets or sets the list of DeliveryInfo objects returned by the server. A list of objects describing how the message was delivered. This object contains inner object 'DeliveryInfo' and a string 'ResourceUrl'.
string ResourceURL [get, set]
 Gets or sets the ResourceURL returned by the server. The endpoint URI that served this request.

Detailed Description

Contains the information returned by the server for delivery responses.


Constructor & Destructor Documentation

Initializes a new instance of the DeliveryInfoList class.


Property Documentation

Gets or sets the list of DeliveryInfo objects returned by the server. A list of objects describing how the message was delivered. This object contains inner object 'DeliveryInfo' and a string 'ResourceUrl'.

Gets or sets the ResourceURL returned by the server. The endpoint URI that served this request.