TransportServer.OutboundConnectionFailureRetryInterval Property

Gets or sets the retry interval for connection attempts to a remote 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 OutboundConnectionFailureRetryInterval As EnhancedTimeSpan
    Get
    Set
'Usage
Dim instance As TransportServer
Dim value As EnhancedTimeSpan

value = instance.OutboundConnectionFailureRetryInterval

instance.OutboundConnectionFailureRetryInterval = value
[ParameterAttribute(Mandatory = false)]
public EnhancedTimeSpan OutboundConnectionFailureRetryInterval { get; set; }

Property Value

Type: Microsoft.Exchange.Data.EnhancedTimeSpan
The retry interval for connection attempts.

Remarks

The OutboundConnectionFailureRetryInterval property sets the retry interval for subsequent connection attempts to a remote server when previous connection attempts have failed. On a Hub Transport server, the default value is 10 minutes; on an Edge Transport server, the default value is 30 minutes.

The value of the OutboundConnectionFailureRetryInterval property is a time span in the form dd.hh:mm:ss, where d = days, h = hours, m = minutes, and s = seconds. For example, to set the outbound connection retry interval to 15 minutes, set the time span to 00.00:15:00.

The value of the OutboundConnectionFailureRetryInterval property must be between 1 second (00.00:00:01) and 20 days (20.00:00:00).