Freigeben über


AppointmentCalendar.TryCreateOrUpdateAppointmentAsync Methode

Definition

Versucht asynchron, eine Besprechung zu erstellen oder zu aktualisieren.

public:
 virtual IAsyncOperation<bool> ^ TryCreateOrUpdateAppointmentAsync(Appointment ^ appointment, bool notifyInvitees) = TryCreateOrUpdateAppointmentAsync;
IAsyncOperation<bool> TryCreateOrUpdateAppointmentAsync(Appointment const& appointment, bool const& notifyInvitees);
public IAsyncOperation<bool> TryCreateOrUpdateAppointmentAsync(Appointment appointment, bool notifyInvitees);
function tryCreateOrUpdateAppointmentAsync(appointment, notifyInvitees)
Public Function TryCreateOrUpdateAppointmentAsync (appointment As Appointment, notifyInvitees As Boolean) As IAsyncOperation(Of Boolean)

Parameter

appointment
Appointment

Die Besprechung, die erstellt oder aktualisiert werden soll.

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: