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

The InboundSmsMessage list class contains the SMS messages sent to the application short code. More...

List of all members.

Classes

class  InboundSmsMessageListRoot

Static Public Member Functions

static InboundSmsMessageList ParseJSON (string jsonInput)
 ParseJSON the JSON and create an InboundSmsMessageList object with that data.

Detailed Description

The InboundSmsMessage list class contains the SMS messages sent to the application short code.


Member Function Documentation

static InboundSmsMessageList ATT_MSSDK.SMSv3.InboundSms.ParseJSON ( string  jsonInput) [static]

ParseJSON the JSON and create an InboundSmsMessageList object with that data.

Parameters:
jsonInputJSON response from the server
Returns:
InboundSmsMessageListThe parsed response.