Share via


SPMobileMessageUserInfo.BuildUserInfoRequest method

Creates the userInfo XML markup that is that is passed as a parameter to the GetUserInfo method of the Office Mobile Service (OMS) messaging Web service.

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

Syntax

'Declaration
Public Shared Function BuildUserInfoRequest ( _
    userId As String, _
    password As SecureString _
) As String
'Usage
Dim userId As String
Dim password As SecureString
Dim returnValue As String

returnValue = SPMobileMessageUserInfo.BuildUserInfoRequest(userId, _
    password)
public static string BuildUserInfoRequest(
    string userId,
    SecureString password
)

Parameters

Return value

Type: System.String
An xmsUser element as defined at userInfo String Reference and OMS Protocol Full WDSL.

See also

Reference

SPMobileMessageUserInfo class

SPMobileMessageUserInfo members

Microsoft.SharePoint.MobileMessage namespace