Gets or sets the pickup directory path (used with SmtpDeliveryMethod.IisPickupDirectory).

Namespace:  Rebex.Net
Assembly:  Rebex.Smtp (in Rebex.Smtp.dll)

Syntax

Visual Basic
Public Property PickupDirectoryPath As String
	Get
	Set
C#
public string PickupDirectoryPath { get; set; }

Field Value

Pickup directory path.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also