SPMobileMessageBuilder Members
Include Protected Members
Include Inherited Members
Provides members to manage the final construction of the XML message that is sent to the messaging service for delivery and to add certain metadata to it.
The SPMobileMessageBuilder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPMobileMessageBuilder | Helps initialize a new instance of a class derived from SPMobileMessageBuilder. |
Top
Properties
Name | Description | |
---|---|---|
Message | Gets the message object. | |
ScheduledSendingTime | Gets or sets the UTC time that the message should be sent. | |
SourceType | Sets the source type of the message, such as whether it is an Outlook reminder message. |
Top
Methods
Name | Description | |
---|---|---|
AddCustomProperties | Adds custom properties to the final message. | |
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. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top