SmtpSpecifiedPickupDirectoryElement.PickupDirectoryLocation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置文件夹,应用程序在该文件夹中保存将由 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
属性值
一个字符串,指定电子邮件的取件目录。
- 属性