TransportServer.RootDropDirectoryPath Property

Gets or sets the top-level location of the Drop 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 RootDropDirectoryPath As String
    Get
    Set
'Usage
Dim instance As TransportServer
Dim value As String

value = instance.RootDropDirectoryPath

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

Property Value

Type: System.String
The path to the top-level location of the Drop directory. The default value is the Microsoft Exchange Server 2010 installation folder.

Remarks

The RootDropDirectoryPath property specifies the top-level location of the Drop directory that is used by all foreign connectors that are defined on a Hub Transport server. The value of the RootDropDirectoryPath property may be a local path, or a Universal Naming Convention (UNC) path to a remote server. By default, the RootDropDirectoryPath property is blank, which indicates that the value of RootDropDirectoryPath property is the Exchange 2010 installation folder.