Partager via


EmailMailbox.TryUpdateMeetingResponseAsync Méthode

Définition

Tente de manière asynchrone de répondre à une demande de réunion.

public:
 virtual IAsyncOperation<bool> ^ TryUpdateMeetingResponseAsync(EmailMessage ^ meeting, EmailMeetingResponseType response, Platform::String ^ subject, Platform::String ^ comment, bool sendUpdate) = TryUpdateMeetingResponseAsync;
IAsyncOperation<bool> TryUpdateMeetingResponseAsync(EmailMessage const& meeting, EmailMeetingResponseType const& response, winrt::hstring const& subject, winrt::hstring const& comment, bool const& sendUpdate);
public IAsyncOperation<bool> TryUpdateMeetingResponseAsync(EmailMessage meeting, EmailMeetingResponseType response, string subject, string comment, bool sendUpdate);
function tryUpdateMeetingResponseAsync(meeting, response, subject, comment, sendUpdate)
Public Function TryUpdateMeetingResponseAsync (meeting As EmailMessage, response As EmailMeetingResponseType, subject As String, comment As String, sendUpdate As Boolean) As IAsyncOperation(Of Boolean)

Paramètres

meeting
EmailMessage

Demande de réunion.

response
EmailMeetingResponseType

Réponse à la demande de réunion, accepter, refuser ou provisoire.

subject
String

Platform::String

winrt::hstring

Objet du message électronique de réponse.

comment
String

Platform::String

winrt::hstring

Corps du message électronique de réponse.

sendUpdate
Boolean

bool

Boolean indiquant s’il faut envoyer ou non une réponse à l’initiateur de la réunion.

Retours

Valeur booléenne indiquant si la réponse a été envoyée avec succès.

Configuration requise pour Windows

Fonctionnalités de l’application
email emailSystem

S’applique à