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
userId
Type: System.StringThe ID of the user.
password
Type: System.Security.SecureStringThe password of the user.
Return Value
Type: System.String
An xmsUser element as defined at userInfo String Reference and OMS Protocol Full WDSL.