Share via


SmtpSpecifiedPickupDirectoryElement.PickupDirectoryLocation 属性

定义

获取或设置文件夹,应用程序在该文件夹中保存将由 SMTP 服务器处理的邮件。

public:
 property System::String ^ PickupDirectoryLocation { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("pickupDirectoryLocation")]
public string PickupDirectoryLocation { get; set; }
[<System.Configuration.ConfigurationProperty("pickupDirectoryLocation")>]
member this.PickupDirectoryLocation : string with get, set
Public Property PickupDirectoryLocation As String

属性值

一个字符串,指定电子邮件的取件目录。

属性

适用于