TransportServer.MaxOutboundConnections Property

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

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

Syntax

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

value = instance.MaxOutboundConnections

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

Property Value

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

Remarks

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

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