Freigeben über


AppointmentCalendar.TryCancelMeetingAsync Methode

Definition

Versucht asynchron, eine Besprechung abzubrechen.

public:
 virtual IAsyncOperation<bool> ^ TryCancelMeetingAsync(Appointment ^ meeting, Platform::String ^ subject, Platform::String ^ comment, bool notifyInvitees) = TryCancelMeetingAsync;
IAsyncOperation<bool> TryCancelMeetingAsync(Appointment const& meeting, winrt::hstring const& subject, winrt::hstring const& comment, bool const& notifyInvitees);
public IAsyncOperation<bool> TryCancelMeetingAsync(Appointment meeting, string subject, string comment, bool notifyInvitees);
function tryCancelMeetingAsync(meeting, subject, comment, notifyInvitees)
Public Function TryCancelMeetingAsync (meeting As Appointment, subject As String, comment As String, notifyInvitees As Boolean) As IAsyncOperation(Of Boolean)

Parameter

meeting
Appointment

Die besprechung, die abgebrochen werden soll.

subject
String

Platform::String

winrt::hstring

Der Betreff für die Abbruchbenachrichtigung.

comment
String

Platform::String

winrt::hstring

Der Text der Abbruchbenachrichtigung.

notifyInvitees
Boolean

bool

Ein boolescher Wert, der angibt, ob eingeladene Personen benachrichtigt werden sollen.

Gibt zurück

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

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Gilt für: