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