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

value = instance.PickupDirectoryPath

instance.PickupDirectoryPath = value
[ParameterAttribute(Mandatory = false)]
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.