AppointmentCalendar.TryCreateOrUpdateAppointmentAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
|