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

プロパティ値

電子メール メッセージのピックアップ ディレクトリを指定する文字列。

属性

適用対象