TransportServer.MaxPerDomainOutboundConnections Property

Gets or sets the maximum number of outbound connections that can be opened by the server to any single domain.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property MaxPerDomainOutboundConnections As Unlimited(Of Integer)
    Get
    Set
'Usage
Dim instance As TransportServer
Dim value As Unlimited(Of Integer)

value = instance.MaxPerDomainOutboundConnections

instance.MaxPerDomainOutboundConnections = value
[ParameterAttribute(Mandatory = false)]
public Unlimited<int> MaxPerDomainOutboundConnections { get; set; }

Property Value

Type: Microsoft.Exchange.Data.Unlimited<Int32>
The maximum number of outbound connections that can be opened to a single domain by the server. The default value is 20; the valid range is 1 to 2,147,483,647.

Remarks

If you set the value of the MaxPerDomainOutboundConnections property to unlimited, no limit is imposed on the number of outbound connections.

The value of the MaxPerDomainOutboundConnections property must be less than or equal to the value of the MaxOutboundConnections property.