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)
Available in Sandboxed Solutions: No

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