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 single-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 MaxSbcsPerMessage As Integer
Get
'Usage
Dim instance As SPMobileMessageServiceProvider.SmsSenderInfo
Dim value As Integer
value = instance.MaxSbcsPerMessage
public int MaxSbcsPerMessage { get; }
Property Value
Type: System.Int32
The maximum number of single-byte characters.
See Also
Reference
SPMobileMessageServiceProvider.SmsSenderInfo Class