Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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