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 messages that can be sent with a single call of the OMS messaging service’s DeliverXms method.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property MaxMessagesPerSend As Integer
Get
'Usage
Dim instance As SPMobileMessageServiceProvider.SmsSenderInfo
Dim value As Integer
value = instance.MaxMessagesPerSend
public int MaxMessagesPerSend { get; }
Property Value
Type: System.Int32
The maximum number of messages allowed.
Remarks
This is always 1 if the messaging service supports long SMS messages (so it always returns 1 when IsLongSMS is true).
For more information, see DeliverXms.
See Also
Reference
SPMobileMessageServiceProvider.SmsSenderInfo Class