TransportServer.MaxConcurrentMailboxSubmissions Property
Gets or sets the maximum number of submission threads that the server can have open at the same time to send messages from 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 MaxConcurrentMailboxSubmissions As Integer
Get
Set
'Usage
Dim instance As TransportServer
Dim value As Integer
value = instance.MaxConcurrentMailboxSubmissions
instance.MaxConcurrentMailboxSubmissions = value
[ParameterAttribute(Mandatory = false)]
public int MaxConcurrentMailboxSubmissions { get; set; }
Property Value
Type: System.Int32
The maximum number of submission threads that the server can have open at the same time. The default value is 20; the valid range is 1 to 256.