SmtpClient.SmtpQueueLocation

SmtpClient.SmtpQueueLocation property

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

public string SmtpQueueLocation { get; set; }

Property Value

A String that represents the pickup directory

See Also