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

Encapsulation of response to an inbound SMS message. More...

List of all members.

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.

Detailed Description

Encapsulation of response to an inbound SMS message.


Constructor & Destructor Documentation

Initializes a new instance of the InboundSmsMessage class.


Member Function Documentation

Convert object a string.

Returns:
Returns this instance of InboundSmsMessage as a string

Property Documentation

Gets or sets the Message text.

Gets or sets the MessageId. Unique identifier of the message.

Gets or sets the SenderAddress. Mobile number of the sender.