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

Outermost object container for the body of request message. More...

List of all members.

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.

Detailed Description

Outermost object container for the body of request message.


Constructor & Destructor Documentation

ATT_MSSDK.SMSv3.OutboundSMSRequest.OutboundSMSRequest ( List< string >  address,
string  message,
bool?  notifyDeliveryStatus = null 
)

Initializes a new instance of OutboundSMSRequest.

Parameters:
addressList of addresses.
messageMessage to be send.
notifyDeliveryStatusA 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.

Property Documentation

Gets or sets address. At least one address which is the URL-escaped AT&T mobile destination number of the message.

Gets or sets message. The message to be sent. Messages longer than 4096 (8-bit) characters are rejected.

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.