![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
Contains the results of the MmsDelivery request. More...
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< DeliveryInfo > | DeliveryInfo [get, set] |
Gets or sets the DeliveryInfo list. A list of objects describing how the message was delivered. |
Contains the results of the MmsDelivery request.
static MmsDeliveryResponse ATT_MSSDK.MMSv3.MmsDeliveryResponse.ParseJSON | ( | string | jsonInput | ) | [static] |
Converts a string containing a JSON object to a MmsDeliveryResponse object.
jsonInput | The string containing the JSON input. |
List<DeliveryInfo> ATT_MSSDK.MMSv3.MmsDeliveryResponse.DeliveryInfo [get, set] |
Gets or sets the DeliveryInfo list. A list of objects describing how the message was delivered.
string ATT_MSSDK.MMSv3.MmsDeliveryResponse.ResourceURL [get, set] |
Gets or sets the ResourceURL. The endpoint URI that served this request.