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
|