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
<ParameterAttribute(Mandatory := False)> _
Public Property ReplayDirectoryPath As LocalLongFullPath
Get
Set
'Usage
Dim instance As TransportServer
Dim value As LocalLongFullPath
value = instance.ReplayDirectoryPath
instance.ReplayDirectoryPath = value
[ParameterAttribute(Mandatory = false)]
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.