Поделиться через


EmailMailbox.TryUpdateMeetingResponseAsync Метод

Определение

Асинхронно пытается ответить на приглашение на собрание.

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)

Параметры

meeting
EmailMessage

Приглашение на собрание.

response
EmailMeetingResponseType

Ответ на приглашение на собрание, принять, отклонить или под вопросом.

subject
String

Platform::String

winrt::hstring

Тема ответного сообщения электронной почты.

comment
String

Platform::String

winrt::hstring

Текст ответного сообщения электронной почты.

sendUpdate
Boolean

bool

Логическое значение, указывающее, следует ли отправлять ответ инициатору собрания.

Возвращаемое значение

Логическое значение, указывающее, был ли ответ успешно отправлен.

Требования к Windows

Возможности приложения
email emailSystem

Применяется к