Share via


SPMobileSmsMessage.SmsSender Property

Gets an object that contains information about the limits the service provider puts on SMS messages, such as 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 SPMobileSmsMessage
Dim value As SPMobileMessageServiceProvider.SmsSenderInfo

value = instance.SmsSender
public SPMobileMessageServiceProvider.SmsSenderInfo SmsSender { get; }

Property Value

Type: Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.SmsSenderInfo
An object that specifies the limits imposed by the service provider.

See Also

Reference

SPMobileSmsMessage Class

SPMobileSmsMessage Members

Microsoft.SharePoint.MobileMessage Namespace