SPMobileMessagingAccount.IsValidAccount Method
Gets a value that indicates whether the account object is still a valid account with the Office Mobile Service (OMS) messaging Web service.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function IsValidAccount As Boolean
'Usage
Dim instance As SPMobileMessagingAccount
Dim returnValue As Boolean
returnValue = instance.IsValidAccount()
public bool IsValidAccount()
Return Value
Type: System.Boolean
true if the account is valid; otherwise, false.
See Also
Reference
SPMobileMessagingAccount Class