AppointmentCalendar.TryUpdateMeetingResponseAsync Method

Definition

Asynchronously attempts to update the response to a meeting invitation.

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)

Parameters

meeting
Appointment

The meeting to update.

response
AppointmentParticipantResponse

The response to the meeting invitation, such as accept, tentative or decline.

subject
String

Platform::String

winrt::hstring

The subject of the response.

comment
String

Platform::String

winrt::hstring

The body of the response.

sendUpdate
Boolean

bool

A Boolean value indicating whether or not to send the response to the meeting organizer.

Returns

A Boolean value indicating if the operation was successful.

Windows requirements

App capabilities
appointmentsSystem

Applies to