Share via


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
Public Property MessageRetryInterval As EnhancedTimeSpan
    Get
    Set
'Usage
Dim instance As TransportServer
Dim value As EnhancedTimeSpan

value = instance.MessageRetryInterval

instance.MessageRetryInterval = value
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 15 minutes.

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 20 minutes, set the time span to 00.00:20:00.

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

See also

Reference

TransportServer class

TransportServer members

Microsoft.Exchange.Data.Directory.Management namespace