Compartilhar via


AppointmentCalendar.TryUpdateMeetingResponseAsync Método

Definição

Tenta de forma assíncrona atualizar a resposta a um convite de reunião.

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

A reunião a ser atualizada.

response
AppointmentParticipantResponse

A resposta ao convite da reunião, como aceitar, provisoriamente ou recusar.

subject
String

Platform::String

winrt::hstring

O assunto da resposta.

comment
String

Platform::String

winrt::hstring

O corpo da resposta.

sendUpdate
Boolean

bool

Um valor booliano que indica se a resposta deve ou não ser enviada ao organizador da reunião.

Retornos

Um valor booliano que indica se a operação foi bem-sucedida.

Requisitos do Windows

Funcionalidades do aplicativo
appointmentsSystem

Aplica-se a