SPMobileMessageBuilder.GetMessageXml Method

Gets the final XML for the whole message including any custom properties and metadata that was added by other members of the SPMobileMessageBuilder object.

Namespace:  Microsoft.SharePoint.MobileMessage
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function GetMessageXml As String
'Usage
Dim instance As SPMobileMessageBuilder
Dim returnValue As String

returnValue = instance.GetMessageXml()
public string GetMessageXml()

Return Value

Type: System.String
The final XML to be passed to the messaging service.

See Also

Reference

SPMobileMessageBuilder Class

SPMobileMessageBuilder Members

Microsoft.SharePoint.MobileMessage Namespace