Share via


SPMobileMessagingAccount.UpdateUserInfo method

Gets the service provider’s latest information about the user and uses it to update the UserInfo property.

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

Syntax

'Declaration
Public Function UpdateUserInfo As Boolean
'Usage
Dim instance As SPMobileMessagingAccount
Dim returnValue As Boolean

returnValue = instance.UpdateUserInfo()
public bool UpdateUserInfo()

Return value

Type: System.Boolean
true if the operation is successful; otherwise, false.

See also

Reference

SPMobileMessagingAccount class

SPMobileMessagingAccount members

Microsoft.SharePoint.MobileMessage namespace