Freigeben über


EmailMailboxAutoReply.Response Eigenschaft

Definition

Ruft den Antworttext für die automatische Antwort ab oder legt diese fest.

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Der Antworttext für die automatische Antwort.

Windows-Anforderungen

App-Funktionen
email emailSystem

Gilt für: