SmtpSpecifiedPickupDirectoryElement::PickupDirectoryLocation Property

 

Gets or sets the folder where applications save mail messages to be processed by the SMTP server.

Namespace:   System.Net.Configuration
Assembly:  System (in System.dll)

public:
[ConfigurationPropertyAttribute("pickupDirectoryLocation")]
property String^ PickupDirectoryLocation {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string that specifies the pickup directory for e-mail messages.

.NET Framework
Available since 2.0
Return to top
Show: