SmtpClient.PickupDirectoryLocation

SmtpClient.PickupDirectoryLocation property

Gets or sets the directory where applications save mail messages to be processed by the local SMTP server. Please note: only absolute path is allowed.

public string PickupDirectoryLocation { get; set; }

Property Value

A String that represents the pickup directory

See Also