SPMobileMessage.Account Property
Gets the sender’s account with the provider of the messaging service.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Account As SPMobileMessagingAccount
Get
'Usage
Dim instance As SPMobileMessage
Dim value As SPMobileMessagingAccount
value = instance.Account
public SPMobileMessagingAccount Account { get; }
Property Value
Type: Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount
An object that represents the sender’s account.