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
<ParameterAttribute(Mandatory := False)> _
Public Property MaxConcurrentMailboxDeliveries As Integer
    Get
    Set
'Usage
Dim instance As TransportServer
Dim value As Integer

value = instance.MaxConcurrentMailboxDeliveries

instance.MaxConcurrentMailboxDeliveries = value
[ParameterAttribute(Mandatory = false)]
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.