Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents a message to a mobile device.
The SPMobileMessage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPMobileMessage | Initializes a new instance of the SPMobileMessage class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Account | Gets the sender’s account with the provider of the messaging service. |
![]() |
ContentParts | Gets a list of the parts of the content of the message. |
![]() |
CustomProperties | Gets the custom properties of the message, if any, as a collection of name-value pairs. |
![]() |
HasContent | Gets a value that indicates whether the message has any content parts. |
![]() |
RecipientList | Gets the recipients of the message. |
![]() |
ScheduledSendingTime | Gets or sets the time the message should be sent in UTC. |
![]() |
SourceType | Gets or sets the source type of the message. |
![]() |
Subject | Gets or sets the subject of a Multimedia Message Service (MMS) message. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddRecipient | Adds a recipient for the message. |
![]() |
BuildCustomPropertySegment | Creates custom data markup that conforms to the protocol of the provider of the messaging service. |
![]() |
BuildHeaderSegment | Creates a header for the message that conforms to the protocol of the provider of the messaging service. |
![]() |
BuildUserInfoSegment | Creates a user information markup message that conforms to the protocol of the provider of the messaging service. |
![]() |
BuildXml | Creates the message XML as a whole that conforms to the protocol of the provider of the messaging service. |
![]() |
CreateContentPart | Creates an object that represents part of the contents of the message. |
![]() |
CreateTextContentPart | Creates an object that represents text content in a message. |
![]() |
Equals | (Inherited from Object.) |
![]() |
EstimateMessageSize | Estimates the size of the message in bytes. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top