SPMobileMessage.BuildUserInfoSegment Method

Creates a user information markup message 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 BuildUserInfoSegment ( _
    writer As XmlWriter, _
    account As SPMobileMessagingAccount _
)
'Usage
Dim writer As XmlWriter
Dim account As SPMobileMessagingAccount

Me.BuildUserInfoSegment(writer, account)
protected virtual void BuildUserInfoSegment(
    XmlWriter writer,
    SPMobileMessagingAccount account
)

Parameters

Remarks

The default implementation creates Office Mobile Service (OMS) user markup.

See Also

Reference

SPMobileMessage Class

SPMobileMessage Members

Microsoft.SharePoint.MobileMessage Namespace