![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
Response from server to InboundSms request. More...
Public Member Functions | |
InboundSmsMessageList () | |
Initializes a new instance of the InboundSmsMessageList class. | |
Properties | |
List< InboundSmsMessage > | InboundSmsMessage [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). |
Response from server to InboundSms request.
Initializes a new instance of the InboundSmsMessageList class.
List<InboundSmsMessage> ATT_MSSDK.SMSv3.InboundSmsMessageList.InboundSmsMessage [get, set] |
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.
string ATT_MSSDK.SMSv3.InboundSmsMessageList.ResourceUrl [get, set] |
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).