MailUser.RecipientLimits Property
Gets or sets the maximum number of recipients for messages from the mail user.
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 MailUser
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 maximum number of recipients for messages from the mail user.
See Also