![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
Encapsulation of an inbound MMS message. More...
Public Member Functions | |
InboundMmsMessage () | |
Initializes a new instance of the InboundMmsMessage class. | |
Properties | |
string | SenderAddress [get, set] |
Gets or sets the SenderAddress. | |
string | Priority [get, set] |
Gets or sets the Priority. | |
string | Subject [get, set] |
Gets or sets the Subject. | |
DateTime | ReceivedTimeDate [get, set] |
Gets or sets the ReceivedTimeDate. | |
List< InboundMmsAttachmentDetails > | InboundMmsAttachmentDetailsList [get, set] |
Gets or sets the Message. |
Encapsulation of an inbound MMS message.
Initializes a new instance of the InboundMmsMessage class.
List<InboundMmsAttachmentDetails> ATT_MSSDK.MMSv3.InboundMmsMessage.InboundMmsAttachmentDetailsList [get, set] |
Gets or sets the Message.
string ATT_MSSDK.MMSv3.InboundMmsMessage.Priority [get, set] |
Gets or sets the Priority.
DateTime ATT_MSSDK.MMSv3.InboundMmsMessage.ReceivedTimeDate [get, set] |
Gets or sets the ReceivedTimeDate.
string ATT_MSSDK.MMSv3.InboundMmsMessage.SenderAddress [get, set] |
Gets or sets the SenderAddress.
string ATT_MSSDK.MMSv3.InboundMmsMessage.Subject [get, set] |
Gets or sets the Subject.