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

Response from server to InboundSms request. More...

List of all members.

Public Member Functions

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

Properties

List< InboundSmsMessageInboundSmsMessage [get, set]
 Gets or sets the list of inbound SMS messages. Object containing SMS message.
int NumberOfMessagesInThisBatch [get, set]
 Gets or sets the number of messages in this batch. Number of messages that was sent in this (batch) response.
string ResourceUrl [get, set]
 Gets or sets the resource URL. The endpoint URL that served this request.
int TotalNumberOfPendingMessages [get, set]
 Gets or sets the total number of pending messages. Total number of messages pending that are yet to be retrieved from the server for the given registrationId (short code).

Detailed Description

Response from server to InboundSms request.


Constructor & Destructor Documentation


Property Documentation

Gets or sets the list of inbound SMS messages. Object containing SMS message.

Gets or sets the number of messages in this batch. Number of messages that was sent in this (batch) response.

Gets or sets the resource URL. The endpoint URL that served this request.

Gets or sets the total number of pending messages. Total number of messages pending that are yet to be retrieved from the server for the given registrationId (short code).