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
writer
Type: System.Xml.XmlWriterThe object that will write the markup.
account
Type: Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccountAn object with information about the sender’s account with the provider of the messaging service.
Remarks
The default implementation creates Office Mobile Service (OMS) user markup.