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.MMSv3.MmsDeliveryResponse Class Reference

Contains the results of the MmsDelivery request. More...

Inheritance diagram for ATT_MSSDK.MMSv3.MmsDeliveryResponse:
ATT_MSSDK.Response

List of all members.

Classes

class  DeliveryInfoListRoot

Static Public Member Functions

static MmsDeliveryResponse ParseJSON (string jsonInput)
 Converts a string containing a JSON object to a MmsDeliveryResponse object.

Properties

string ResourceURL [get, set]
 Gets or sets the ResourceURL. The endpoint URI that served this request.
List< DeliveryInfoDeliveryInfo [get, set]
 Gets or sets the DeliveryInfo list. A list of objects describing how the message was delivered.

Detailed Description

Contains the results of the MmsDelivery request.


Member Function Documentation

Converts a string containing a JSON object to a MmsDeliveryResponse object.

Parameters:
jsonInputThe string containing the JSON input.
Returns:
The MmsDeliveryResponse returned by the server.

Property Documentation

Gets or sets the DeliveryInfo list. A list of objects describing how the message was delivered.

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