SPWebApplication.OutboundSmsServiceAccount property

Gets the account with a mobile messaging service provider that is used by the Web application to sent mobile alerts.

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

Syntax

'Declaration
Public ReadOnly Property OutboundSmsServiceAccount As SPMobileMessagingAccount
    Get
'Usage
Dim instance As SPWebApplication
Dim value As SPMobileMessagingAccount

value = instance.OutboundSmsServiceAccount
public SPMobileMessagingAccount OutboundSmsServiceAccount { get; }

Property value

Type: Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount
An object with information about the account.

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace