SPMobileMessageServiceProvider.SmsSender Property
Gets an object that represents the limits imposed by the Office Mobile Service (OMS) messaging Web service on Small Message Service (SMS) messages, such as maximum number of characters.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property SmsSender As SPMobileMessageServiceProvider.SmsSenderInfo
Get
'Usage
Dim instance As SPMobileMessageServiceProvider
Dim value As SPMobileMessageServiceProvider.SmsSenderInfo
value = instance.SmsSender
public SPMobileMessageServiceProvider.SmsSenderInfo SmsSender { get; }
Property Value
Type: Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.SmsSenderInfo
An object that defines the limitations on the Web service’s support for MMS messages.
See Also
Reference
SPMobileMessageServiceProvider Class