![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
Encapsulates the response of get message content. More...
Public Member Functions | |
GetMessageContentResponse () | |
Initializes a new instance of the GetMessageContentResponse class. | |
Properties | |
byte[] | MessageContent [get, set] |
Gets or sets the MessageContent. Stream of bytes. | |
string | MessageType [get, set] |
Gets or sets the MessageType. | |
long | MessageLength [get, set] |
Gets or sets the MessageLength. |
Encapsulates the response of get message content.
Initializes a new instance of the GetMessageContentResponse class.
byte [] ATT_MSSDK.MIMv1.GetMessageContentResponse.MessageContent [get, set] |
Gets or sets the MessageContent. Stream of bytes.
long ATT_MSSDK.MIMv1.GetMessageContentResponse.MessageLength [get, set] |
Gets or sets the MessageLength.
string ATT_MSSDK.MIMv1.GetMessageContentResponse.MessageType [get, set] |
Gets or sets the MessageType.