EmailMailboxAutoReply.Response Property

Definition

Gets or sets the auto-reply response text.

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

Property Value

String

Platform::String

winrt::hstring

The auto-reply response text.

Windows requirements

App capabilities
email emailSystem

Applies to