SmtpClient.PickupDirectoryLocation プロパティ

定義

ローカルの SMTP サーバーによって処理される電子メール メッセージをアプリケーションが保存するフォルダーを取得または設定します。

public:
 property System::String ^ PickupDirectoryLocation { System::String ^ get(); void set(System::String ^ value); };
public string? PickupDirectoryLocation { get; set; }
public string PickupDirectoryLocation { get; set; }
member this.PickupDirectoryLocation : string with get, set
Public Property PickupDirectoryLocation As String

プロパティ値

メール メッセージのピックアップ ディレクトリを指定する String

注釈

ピックアップ ディレクトリ内のメール メッセージは、ローカル SMTP サーバー (存在する場合) (IIS など) によって自動的に送信されます。

このプロパティの既定値は、コンピューターまたはアプリケーション構成ファイルでも設定できます。 プロパティに加えられた変更は、 PickupDirectoryLocation 構成ファイルの設定をオーバーライドします。

適用対象

こちらもご覧ください