Share via


SPMobileMessagingAccount.UserInfo property

Gets the Office Mobile Service (OMS) Web service’s information about the account holder.

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

Syntax

'Declaration
Public ReadOnly Property UserInfo As SPMobileMessageUserInfo
    Get
'Usage
Dim instance As SPMobileMessagingAccount
Dim value As SPMobileMessageUserInfo

value = instance.UserInfo
public SPMobileMessageUserInfo UserInfo { get; }

Property value

Type: Microsoft.SharePoint.MobileMessage.SPMobileMessageUserInfo
An object with information about the user that is obtained from the Web service.

Remarks

The object is created from the XML returned by a call of the Web service’s GetUserInfo method.

See also

Reference

SPMobileMessagingAccount class

SPMobileMessagingAccount members

Microsoft.SharePoint.MobileMessage namespace