SPMobileMessageSmsBuilder Members
Include Protected Members
Include Inherited Members
Provides members to manage the final construction of the Short Message Service (SMS) message that is sent to the messaging service for delivery and to add certain metadata to it.
The SPMobileMessageSmsBuilder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPMobileMessageSmsBuilder | Initializes a new instance of the SPMobileMessageSmsBuilder class. |
Top
Properties
Name | Description | |
---|---|---|
Message | Gets the message object. (Inherited from SPMobileMessageBuilder.) | |
ScheduledSendingTime | Gets or sets the UTC time that the message should be sent. (Inherited from SPMobileMessageBuilder.) | |
SourceType | Sets the source type of the message, such as whether it is an Outlook reminder message. (Inherited from SPMobileMessageBuilder.) |
Top
Methods
Name | Description | |
---|---|---|
AddChunk | Adds text to the message that the sender prefers to keep together if the message as a whole must be split because it exceeds the size limitation of the messaging service provider. | |
AddCustomProperties | Adds custom properties to the final message. (Inherited from SPMobileMessageBuilder.) | |
AddRecipient | Adds a recipient for the message. | |
BuildSmsMessage | Creates the complete final XML of a Short Message Service (SMS) message for a specified recipient. | |
EndTextMessage() | Completes a text message building transaction. | |
EndTextMessage(Int32, Boolean, Int32) | Completes a text message building transaction. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetMessageXml | Gets the final XML for the whole message including any custom properties and metadata that was added by other members of the SPMobileMessageBuilder object. (Inherited from SPMobileMessageBuilder.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetTextContent(String) | Creates the complete final XML of a Short Message Service (SMS) message from the specified text. | |
SetTextContent(String, Int32) | Creates the complete final XML of a Short Message Service (SMS) message from the specified text. | |
StartTextMessage | Begins a text message building transaction by carrying out preparation tasks so that the message can be divided into coherent chunks. | |
ToString | (Inherited from Object.) |
Top