다음을 통해 공유


AppointmentCalendar.TryUpdateMeetingResponseAsync 메서드

정의

모임 초대에 대한 응답을 비동기적으로 업데이트하려고 시도합니다.

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)

매개 변수

meeting
Appointment

업데이트할 모임입니다.

response
AppointmentParticipantResponse

수락, 미정 또는 거절과 같은 모임 초대에 대한 응답입니다.

subject
String

Platform::String

winrt::hstring

응답의 제목입니다.

comment
String

Platform::String

winrt::hstring

응답의 본문입니다.

sendUpdate
Boolean

bool

모임 이끌이에게 응답을 보낼지 여부를 나타내는 부울 값입니다.

반환

작업이 성공했는지 여부를 나타내는 부울 값입니다.

Windows 요구 사항

앱 기능
appointmentsSystem

적용 대상