SPMobileMessage.BuildCustomPropertySegment Method

Creates custom data markup that conforms to the protocol of the provider of the messaging service.

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

Syntax

'Declaration
Protected Overridable Sub BuildCustomPropertySegment ( _
    writer As XmlWriter _
)
'Usage
Dim writer As XmlWriter

Me.BuildCustomPropertySegment(writer)
protected virtual void BuildCustomPropertySegment(
    XmlWriter writer
)

Parameters

Remarks

The default implementation conforms to the Office Mobile Service (OMS) protocol. It creates a child element in the customData element with child elements for every item in the CustomProperties property.

See Also

Reference

SPMobileMessage Class

SPMobileMessage Members

Microsoft.SharePoint.MobileMessage Namespace