SPMobileMessageWebService.Account Property
Gets or sets the sender’s account with the Office Mobile Service (OMS) Web service.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Account As SPMobileMessagingAccount
Get
Set
'Usage
Dim instance As SPMobileMessageWebService
Dim value As SPMobileMessagingAccount
value = instance.Account
instance.Account = value
public SPMobileMessagingAccount Account { get; set; }
Property Value
Type: Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount
An object with information about the sender’s account.
See Also
Reference
SPMobileMessageWebService Class