Share via


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
Public method SPMobileSmsMessage Initializes a new instance of the SPMobileSmsMessage class.

Top

Properties

  Name Description
Public property Account Gets the sender’s account with the provider of the messaging service. (Inherited from SPMobileMessage.)
Public property ContentParts Gets a list of the parts of the content of the message. (Inherited from SPMobileMessage.)
Public property CustomProperties Gets the custom properties of the message, if any, as a collection of name-value pairs. (Inherited from SPMobileMessage.)
Public property HasContent Gets a value that indicates whether the message has any content parts. (Inherited from SPMobileMessage.)
Public property RecipientList Gets the recipients of the message. (Inherited from SPMobileMessage.)
Public property ScheduledSendingTime Gets or sets the time the message should be sent in UTC. (Inherited from SPMobileMessage.)
Public property SmsSender Gets an object that contains information about the limits the service provider puts on SMS messages, such as number of characters.
Public property SourceType Gets or sets the source type of the message. (Inherited from SPMobileMessage.)
Public property Subject Gets or sets the subject of a Multimedia Message Service (MMS) message. (Inherited from SPMobileMessage.)

Top

Methods

  Name Description
Public method AddRecipient Adds the specified recipient as a new recipient for the message. (Overrides SPMobileMessage.AddRecipient(String).)
Protected method BuildCustomPropertySegment Creates custom data markup that conforms to the protocol of the provider of the messaging service. (Inherited from SPMobileMessage.)
Protected method BuildHeaderSegment Creates a header for the message that conforms to the protocol of the provider of the messaging service. (Inherited from SPMobileMessage.)
Protected method BuildUserInfoSegment Creates a user information markup message that conforms to the protocol of the provider of the messaging service. (Inherited from SPMobileMessage.)
Public method BuildXml Creates the message XML as a whole that conforms to the protocol of the provider of the messaging service. (Inherited from SPMobileMessage.)
Public method CreateContentPart Creates an object that represents part of the contents of the message. (Inherited from SPMobileMessage.)
Public method CreateTextContentPart Creates an object that represents text content in a message. (Inherited from SPMobileMessage.)
Public method Equals (Inherited from Object.)
Public method EstimateMessageSize Estimates the size of the message in bytes. (Inherited from SPMobileMessage.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

SPMobileSmsMessage Class

Microsoft.SharePoint.MobileMessage Namespace