Share via


SPMobileMessageWebService constructor

Initializes a new instance of the SPMobileMessageWebService class with the specified account.

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

Syntax

'Declaration
Public Sub New ( _
    account As SPMobileMessagingAccount _
)
'Usage
Dim account As SPMobileMessagingAccount

Dim instance As New SPMobileMessageWebService(account)
public SPMobileMessageWebService(
    SPMobileMessagingAccount account
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

account is a null reference (Nothing in Visual Basic).

See also

Reference

SPMobileMessageWebService class

SPMobileMessageWebService members

Microsoft.SharePoint.MobileMessage namespace