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 recipients to whom a message can be sent.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property MaxRecipientsPerMessage As Integer
Get
'Usage
Dim instance As SPMobileMessageServiceProvider.SmsSenderInfo
Dim value As Integer
value = instance.MaxRecipientsPerMessage
public int MaxRecipientsPerMessage { get; }
Property Value
Type: System.Int32
The maximum number of recipients.
See Also
Reference
SPMobileMessageServiceProvider.SmsSenderInfo Class