Share via


TransportServer.PickupDirectoryPath property

Gets or sets the location of the Pickup directory.

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

Syntax

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

value = instance.PickupDirectoryPath

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

Property value

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

Remarks

The PickupDirectoryPath property specifies the location where administrators and third-party applications can create and submit messages. If the PickupDirectoryPath property is a null reference (Nothing in Visual Basic), the Pickup directory is disabled.

See also

Reference

TransportServer class

TransportServer members

Microsoft.Exchange.Data.Directory.Management namespace