EmailMailboxAutoReply.Response プロパティ

定義

自動応答テキストを取得または設定します。

public:
 property Platform::String ^ Response { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Response();

void Response(winrt::hstring value);
public string Response { get; set; }
var string = emailMailboxAutoReply.response;
emailMailboxAutoReply.response = string;
Public Property Response As String

プロパティ値

String

Platform::String

winrt::hstring

自動応答テキスト。

Windows の要件

アプリの機能
email emailSystem

適用対象