SmtpSection.SpecifiedPickupDirectory Eigenschap

Definitie

Hiermee haalt u de ophaalmap op die wordt gebruikt door de SMTP-client.

public:
 property System::Net::Configuration::SmtpSpecifiedPickupDirectoryElement ^ SpecifiedPickupDirectory { System::Net::Configuration::SmtpSpecifiedPickupDirectoryElement ^ get(); };
[System.Configuration.ConfigurationProperty("specifiedPickupDirectory")]
public System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement SpecifiedPickupDirectory { get; }
[<System.Configuration.ConfigurationProperty("specifiedPickupDirectory")>]
member this.SpecifiedPickupDirectory : System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement
Public ReadOnly Property SpecifiedPickupDirectory As SmtpSpecifiedPickupDirectoryElement

Waarde van eigenschap

Een SmtpSpecifiedPickupDirectoryElement object dat de map voor het ophalen van mappen aangeeft.

Kenmerken

Opmerkingen

Geeft aan dat de map die is opgegeven door PickupDirectoryLocation wordt gebruikt als de SMTP-ophaalmap. Als de SMTP-client niet kan schrijven naar de locatie van de ophaalmap, wordt er een I/O-uitzondering gegenereerd door Send. De map wordt niet gemaakt als deze niet bestaat. De referenties van de momenteel actieve thread of het proces worden gebruikt voor toegang tot de map.

Van toepassing op

Zie ook