Compartir a través de


AppointmentCalendar.TryUpdateMeetingResponseAsync Método

Definición

Intenta actualizar de forma asincrónica la respuesta a una invitación a una reunión.

public:
 virtual IAsyncOperation<bool> ^ TryUpdateMeetingResponseAsync(Appointment ^ meeting, AppointmentParticipantResponse response, Platform::String ^ subject, Platform::String ^ comment, bool sendUpdate) = TryUpdateMeetingResponseAsync;
IAsyncOperation<bool> TryUpdateMeetingResponseAsync(Appointment const& meeting, AppointmentParticipantResponse const& response, winrt::hstring const& subject, winrt::hstring const& comment, bool const& sendUpdate);
public IAsyncOperation<bool> TryUpdateMeetingResponseAsync(Appointment meeting, AppointmentParticipantResponse response, string subject, string comment, bool sendUpdate);
function tryUpdateMeetingResponseAsync(meeting, response, subject, comment, sendUpdate)
Public Function TryUpdateMeetingResponseAsync (meeting As Appointment, response As AppointmentParticipantResponse, subject As String, comment As String, sendUpdate As Boolean) As IAsyncOperation(Of Boolean)

Parámetros

meeting
Appointment

La reunión que se va a actualizar.

response
AppointmentParticipantResponse

La respuesta a la invitación a la reunión, como aceptar, provisional o rechazar.

subject
String

Platform::String

winrt::hstring

Asunto de la respuesta.

comment
String

Platform::String

winrt::hstring

Cuerpo de la respuesta.

sendUpdate
Boolean

bool

Valor booleano que indica si se va a enviar o no la respuesta al organizador de la reunión.

Devoluciones

Valor booleano que indica si la operación se realizó correctamente.

Requisitos de Windows

Características de aplicaciones
appointmentsSystem

Se aplica a