AppointmentCalendar.TryUpdateMeetingResponseAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
모임 초대에 대한 응답을 비동기적으로 업데이트하려고 시도합니다.
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
|