Compartir a través de


EmailMailboxAutoReply.Response Propiedad

Definición

Obtiene o establece el texto de respuesta automática.

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

Valor de propiedad

String

Platform::String

winrt::hstring

Texto de respuesta automática.

Requisitos de Windows

Características de aplicaciones
email emailSystem

Se aplica a