Bagikan melalui


AppointmentCalendar.TryUpdateMeetingResponseAsync Metode

Definisi

Secara asinkron mencoba memperbarui respons terhadap undangan rapat.

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)

Parameter

meeting
Appointment

Rapat yang akan diperbarui.

response
AppointmentParticipantResponse

Respons terhadap undangan rapat, seperti menerima, tentatif, atau menolak.

subject
String

Platform::String

winrt::hstring

Subjek respons.

comment
String

Platform::String

winrt::hstring

Isi respons.

sendUpdate
Boolean

bool

Nilai Boolean yang menunjukkan apakah akan mengirim respons ke penyelenggara rapat atau tidak.

Mengembalikan

Nilai Boolean yang menunjukkan apakah operasi berhasil.

Persyaratan Windows

Kemampuan aplikasi
appointmentsSystem

Berlaku untuk