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
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
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.