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
<ParameterAttribute(Mandatory := False)> _
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
[ParameterAttribute(Mandatory = false)]
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.
See Also