TransportServer.MessageRetryInterval Property

Gets or sets the retry interval for individual messages after a connection failure with 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 MessageRetryInterval As EnhancedTimeSpan
    Get
    Set
'Usage
Dim instance As TransportServer
Dim value As EnhancedTimeSpan

value = instance.MessageRetryInterval

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

Property Value

Type: Microsoft.Exchange.Data.EnhancedTimeSpan
The retry interval for individual messages after a connection failure. The default value is 1 minute.

Remarks

The value of the MessageExpirationTimeout 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 message retry interval to 2 minutes, set the time span to 00.00:02:00.

The MessageRetryInterval property must be set to a value between 1 second (00.00:00:01) and 1 day (01.00:00:00).