Share via


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

value = instance.RootDropDirectoryPath

instance.RootDropDirectoryPath = value
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 Exchange Server 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 Server installation folder.

See also

Reference

TransportServer class

TransportServer members

Microsoft.Exchange.Data.Directory.Management namespace