AppointmentCalendar.TryCancelMeetingAsync 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 d’annuler une réunion.
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)
Paramètres
- meeting
- Appointment
Réunion à annuler.
- subject
-
String
Platform::String
winrt::hstring
Objet de la notification d’annulation.
- comment
-
String
Platform::String
winrt::hstring
Corps de la notification d’annulation.
- 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
|