SPMobileSmsMessage Members
Include Protected Members
Include Inherited Members
Represents a Short Message Service (SMS) message.
The SPMobileSmsMessage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPMobileSmsMessage | Initializes a new instance of the SPMobileSmsMessage class. |
Top
Properties
Name | Description | |
---|---|---|
Account | Gets the sender’s account with the provider of the messaging service. (Inherited from SPMobileMessage.) | |
ContentParts | Gets a list of the parts of the content of the message. (Inherited from SPMobileMessage.) | |
CustomProperties | Gets the custom properties of the message, if any, as a collection of name-value pairs. (Inherited from SPMobileMessage.) | |
HasContent | Gets a value that indicates whether the message has any content parts. (Inherited from SPMobileMessage.) | |
RecipientList | Gets the recipients of the message. (Inherited from SPMobileMessage.) | |
ScheduledSendingTime | Gets or sets the time the message should be sent in UTC. (Inherited from SPMobileMessage.) | |
SmsSender | Gets an object that contains information about the limits the service provider puts on SMS messages, such as number of characters. | |
SourceType | Gets or sets the source type of the message. (Inherited from SPMobileMessage.) | |
Subject | Gets or sets the subject of a Multimedia Message Service (MMS) message. (Inherited from SPMobileMessage.) |
Top
Methods
Name | Description | |
---|---|---|
AddRecipient | Adds the specified recipient as a new recipient for the message. (Overrides SPMobileMessage.AddRecipient(String).) | |
BuildCustomPropertySegment | Creates custom data markup that conforms to the protocol of the provider of the messaging service. (Inherited from SPMobileMessage.) | |
BuildHeaderSegment | Creates a header for the message that conforms to the protocol of the provider of the messaging service. (Inherited from SPMobileMessage.) | |
BuildUserInfoSegment | Creates a user information markup message that conforms to the protocol of the provider of the messaging service. (Inherited from SPMobileMessage.) | |
BuildXml | Creates the message XML as a whole that conforms to the protocol of the provider of the messaging service. (Inherited from SPMobileMessage.) | |
CreateContentPart | Creates an object that represents part of the contents of the message. (Inherited from SPMobileMessage.) | |
CreateTextContentPart | Creates an object that represents text content in a message. (Inherited from SPMobileMessage.) | |
Equals | (Inherited from Object.) | |
EstimateMessageSize | Estimates the size of the message in bytes. (Inherited from SPMobileMessage.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top