AppointmentCalendar.TryUpdateMeetingResponseAsync 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 façon asynchrone de mettre à jour la réponse à une invitation à une réunion.
public:
virtual IAsyncOperation<bool> ^ TryUpdateMeetingResponseAsync(Appointment ^ meeting, AppointmentParticipantResponse response, Platform::String ^ subject, Platform::String ^ comment, bool sendUpdate) = TryUpdateMeetingResponseAsync;
IAsyncOperation<bool> TryUpdateMeetingResponseAsync(Appointment const& meeting, AppointmentParticipantResponse const& response, winrt::hstring const& subject, winrt::hstring const& comment, bool const& sendUpdate);
public IAsyncOperation<bool> TryUpdateMeetingResponseAsync(Appointment meeting, AppointmentParticipantResponse response, string subject, string comment, bool sendUpdate);
function tryUpdateMeetingResponseAsync(meeting, response, subject, comment, sendUpdate)
Public Function TryUpdateMeetingResponseAsync (meeting As Appointment, response As AppointmentParticipantResponse, subject As String, comment As String, sendUpdate As Boolean) As IAsyncOperation(Of Boolean)
Paramètres
- meeting
- Appointment
Réunion à mettre à jour.
- response
- AppointmentParticipantResponse
Réponse à l’invitation à la réunion, telle que l’acceptation, la tentative ou le refus.
- subject
-
String
Platform::String
winrt::hstring
Objet de la réponse.
- comment
-
String
Platform::String
winrt::hstring
Corps de la réponse.
- sendUpdate
-
Boolean
bool
Valeur booléenne indiquant si la réponse doit être envoyée ou non à l’organisateur de la réunion.
Retours
Valeur booléenne indiquant si l’opération a réussi.
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|