共用方式為


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

適用於