![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
Encapsulation of response to an inbound SMS message. More...
Public Member Functions | |
InboundSmsMessage () | |
Initializes a new instance of the InboundSmsMessage class. | |
override string | ToString () |
Convert object a string. | |
Properties | |
string | MessageId [get, set] |
Gets or sets the MessageId. Unique identifier of the message. | |
string | Message [get, set] |
Gets or sets the Message text. | |
string | SenderAddress [get, set] |
Gets or sets the SenderAddress. Mobile number of the sender. |
Encapsulation of response to an inbound SMS message.
Initializes a new instance of the InboundSmsMessage class.
override string ATT_MSSDK.SMSv3.InboundSmsMessage.ToString | ( | ) |
Convert object a string.
string ATT_MSSDK.SMSv3.InboundSmsMessage.Message [get, set] |
Gets or sets the Message text.
string ATT_MSSDK.SMSv3.InboundSmsMessage.MessageId [get, set] |
Gets or sets the MessageId. Unique identifier of the message.
string ATT_MSSDK.SMSv3.InboundSmsMessage.SenderAddress [get, set] |
Gets or sets the SenderAddress. Mobile number of the sender.