AppointmentCalendar.TryCreateOrUpdateAppointmentAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Tente de manière asynchrone de créer ou de mettre à jour une réunion.
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)
Paramètres
- appointment
- Appointment
Réunion à créer ou à mettre à jour.
- notifyInvitees
-
Boolean
bool
Valeur booléenne indiquant si les invités doivent être avertis.
Retours
Valeur booléenne indiquant si l’opération a réussi.
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|