Condividi tramite


AppointmentCalendar.TryUpdateMeetingResponseAsync Metodo

Definizione

Tenta in modo asincrono di aggiornare la risposta a un invito alla riunione.

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)

Parametri

meeting
Appointment

Riunione da aggiornare.

response
AppointmentParticipantResponse

Risposta all'invito alla riunione, ad esempio accettare, tentare o rifiutare.

subject
String

Platform::String

winrt::hstring

Oggetto della risposta.

comment
String

Platform::String

winrt::hstring

Corpo della risposta.

sendUpdate
Boolean

bool

Valore booleano che indica se inviare o meno la risposta all'organizzatore della riunione.

Restituisce

Valore booleano che indica se l'operazione ha esito positivo.

Requisiti Windows

Funzionalità dell'app
appointmentsSystem

Si applica a