EmailMailbox.TryUpdateMeetingResponseAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
异步尝试响应会议请求。
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
|