Partager via


AppointmentCalendar.TryCancelMeetingAsync Méthode

Définition

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

S’applique à