Freigeben über


AppointmentCalendar.TryUpdateMeetingResponseAsync Methode

Definition

Versucht asynchron, die Antwort auf eine Besprechungseinladung zu aktualisieren.

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

Die zu aktualisierende Besprechung.

response
AppointmentParticipantResponse

Die Antwort auf die Besprechungseinladung, z. B. Annehmen, Mit Vorbehalt oder Ablehnen.

subject
String

Platform::String

winrt::hstring

Der Betreff der Antwort.

comment
String

Platform::String

winrt::hstring

Der Antworttext.

sendUpdate
Boolean

bool

Ein boolescher Wert, der angibt, ob die Antwort an den Besprechungsorganisator gesendet werden soll.

Gibt zurück

Ein boolescher Wert, der angibt, ob der Vorgang erfolgreich war.

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Gilt für: