SPMobileMessageServiceProvider.SmsSenderInfo.MaxDbcsPerMessage Property
Gets the maximum number of double-byte characters that the provider of the OMS messaging Web service allows in a message.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property MaxDbcsPerMessage As Integer
Get
'Usage
Dim instance As SPMobileMessageServiceProvider.SmsSenderInfo
Dim value As Integer
value = instance.MaxDbcsPerMessage
public int MaxDbcsPerMessage { get; }
Property Value
Type: System.Int32
The maximum number of double-byte characters.
See Also
Reference
SPMobileMessageServiceProvider.SmsSenderInfo Class