TransportServer.MaxConcurrentMailboxDeliveries property
Gets or sets the maximum number of delivery threads that the server can have open to deliver messages to mailboxes.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property MaxConcurrentMailboxDeliveries As Integer
Get
Set
'Usage
Dim instance As TransportServer
Dim value As Integer
value = instance.MaxConcurrentMailboxDeliveries
instance.MaxConcurrentMailboxDeliveries = value
public int MaxConcurrentMailboxDeliveries { get; set; }
Property value
Type: System.Int32
The maximum number of delivery threads that the server can have open. The default value is 30; the valid range is 1 to 256.