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