Partager via


AppointmentCalendar.TryCreateOrUpdateAppointmentAsync Méthode

Définition

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

S’applique à