MailContact.MaxRecipientPerMessage Property
Gets or sets the maximum number of recipients for messages from the mail contact.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property MaxRecipientPerMessage As Unlimited(Of Integer)
Get
Set
'Usage
Dim instance As MailContact
Dim value As Unlimited(Of Integer)
value = instance.MaxRecipientPerMessage
instance.MaxRecipientPerMessage = value
[ParameterAttribute(Mandatory = false)]
public Unlimited<int> MaxRecipientPerMessage { get; set; }
Property Value
Type: Microsoft.Exchange.Data.Unlimited<Int32>
The maximum number of recipients for messages from the mail contact.