SPMobileMessageServiceProvider.SmsSenderInfo.IsLongSMS Property
Gets a value that specifies whether the provider of the OMS messaging Web service supports long SMS messages.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsLongSMS As Boolean
Get
'Usage
Dim instance As SPMobileMessageServiceProvider.SmsSenderInfo
Dim value As Boolean
value = instance.IsLongSMS
public bool IsLongSMS { get; }
Property Value
Type: System.Boolean
true if long messages are supported; otherwise, false.
Remarks
Long SMS messages are concatenations of a series of standard-sized SMS messages.
See Also
Reference
SPMobileMessageServiceProvider.SmsSenderInfo Class