![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
Outermost object container for the body of request message. More...
Public Member Functions | |
OutboundSMSRequest (List< string > address, string message, bool?notifyDeliveryStatus=null) | |
Initializes a new instance of OutboundSMSRequest. | |
Properties | |
List< string > | address [get, set] |
Gets or sets address. At least one address which is the URL-escaped AT&T mobile destination number of the message. | |
string | message [get, set] |
Gets or sets message. The message to be sent. Messages longer than 4096 (8-bit) characters are rejected. | |
bool | notifyDeliveryStatus [get, set] |
Gets or sets notifyDeliveryStatus. A Boolean flag that could contain either “True” or “False” (case insensitive) to denote the gateway whether delivery status notification is expected by the application or not. |
Outermost object container for the body of request message.
ATT_MSSDK.SMSv3.OutboundSMSRequest.OutboundSMSRequest | ( | List< string > | address, |
string | message, | ||
bool? | notifyDeliveryStatus = null |
||
) |
Initializes a new instance of OutboundSMSRequest.
address | List of addresses. |
message | Message to be send. |
notifyDeliveryStatus | A Boolean flag that could contain either “True” or “False” (case insensitive) to denote the gateway whether delivery status notification is expected by the application or not. |
List<string> ATT_MSSDK.SMSv3.OutboundSMSRequest.address [get, set] |
Gets or sets address. At least one address which is the URL-escaped AT&T mobile destination number of the message.
string ATT_MSSDK.SMSv3.OutboundSMSRequest.message [get, set] |
Gets or sets message. The message to be sent. Messages longer than 4096 (8-bit) characters are rejected.
bool ATT_MSSDK.SMSv3.OutboundSMSRequest.notifyDeliveryStatus [get, set] |
Gets or sets notifyDeliveryStatus. A Boolean flag that could contain either “True” or “False” (case insensitive) to denote the gateway whether delivery status notification is expected by the application or not.