Mailbox.RecipientLimits property
Gets or sets the maximum number of recipients per message that this mailbox can send to.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property RecipientLimits As Unlimited(Of Integer)
Get
Set
'Usage
Dim instance As Mailbox
Dim value As Unlimited(Of Integer)
value = instance.RecipientLimits
instance.RecipientLimits = value
public Unlimited<int> RecipientLimits { get; set; }
Property value
Type: Microsoft.Exchange.Data.Unlimited<Int32>
The number of recipients per message that this mailbox can send to, or unlimited to remove the restriction.
Remarks
The RecipientLimits property overrides the default database value.