![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
SMS Message structure of callback SMS. More...
Properties | |
string | DateTime [get, set] |
Gets or sets the value of DateTime. | |
string | MessageId [get, set] |
Gets or sets the value of MessageId. Unique identifier for the message. | |
string | Message [get, set] |
Gets or sets the value of Message Text. | |
string | SenderAddress [get, set] |
Gets or sets the value of Sender Address. Mobile number of the sender. | |
string | DestinationAddress [get, set] |
Gets or sets the value of DestinationAddress. Mobile number of the receiver. |
SMS Message structure of callback SMS.
string ATT_MSSDK.SMSv3.ReceivedSMS.DateTime [get, set] |
Gets or sets the value of DateTime.
string ATT_MSSDK.SMSv3.ReceivedSMS.DestinationAddress [get, set] |
Gets or sets the value of DestinationAddress. Mobile number of the receiver.
string ATT_MSSDK.SMSv3.ReceivedSMS.Message [get, set] |
Gets or sets the value of Message Text.
string ATT_MSSDK.SMSv3.ReceivedSMS.MessageId [get, set] |
Gets or sets the value of MessageId. Unique identifier for the message.
string ATT_MSSDK.SMSv3.ReceivedSMS.SenderAddress [get, set] |
Gets or sets the value of Sender Address. Mobile number of the sender.