Share via


TransportServer.ReplayDirectoryPath property

Gets or sets the location of the Replay directory.

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

Syntax

'Declaration
Public Property ReplayDirectoryPath As LocalLongFullPath
    Get
    Set
'Usage
Dim instance As TransportServer
Dim value As LocalLongFullPath

value = instance.ReplayDirectoryPath

instance.ReplayDirectoryPath = value
public LocalLongFullPath ReplayDirectoryPath { get; set; }

Property value

Type: Microsoft.Exchange.Data.LocalLongFullPath
The absolute path to the location of the Replay directory. The default value is C:\Program Files\Microsoft\Exchange Server\TransportRoles\Replay.

Remarks

The Replay directory is used to resubmit exported messages and to receive messages from foreign gateway servers. If the value of the ReplayDirectoryPath property is set to a null reference (Nothing in Visual Basic), the Replay directory is disabled.

See also

Reference

TransportServer class

TransportServer members

Microsoft.Exchange.Data.Directory.Management namespace