EmailMailbox.TryProposeNewTimeForMeetingAsync 方法

定义

异步尝试发送建议新时间的会议请求。

public:
 virtual IAsyncOperation<bool> ^ TryProposeNewTimeForMeetingAsync(EmailMessage ^ meeting, DateTime newStartTime, TimeSpan newDuration, Platform::String ^ subject, Platform::String ^ comment) = TryProposeNewTimeForMeetingAsync;
IAsyncOperation<bool> TryProposeNewTimeForMeetingAsync(EmailMessage const& meeting, DateTime const& newStartTime, TimeSpan const& newDuration, winrt::hstring const& subject, winrt::hstring const& comment);
public IAsyncOperation<bool> TryProposeNewTimeForMeetingAsync(EmailMessage meeting, System.DateTimeOffset newStartTime, System.TimeSpan newDuration, string subject, string comment);
function tryProposeNewTimeForMeetingAsync(meeting, newStartTime, newDuration, subject, comment)
Public Function TryProposeNewTimeForMeetingAsync (meeting As EmailMessage, newStartTime As DateTimeOffset, newDuration As TimeSpan, subject As String, comment As String) As IAsyncOperation(Of Boolean)

参数

meeting
EmailMessage

建议新时间的会议。

newStartTime
DateTime DateTimeOffset

建议的会议开始时间。

newDuration
TimeSpan TimeSpan

建议的会议持续时间。

subject
String

Platform::String

winrt::hstring

会议电子邮件的主题。

comment
String

Platform::String

winrt::hstring

消息正文。

返回

一个布尔值,指示建议的会议消息是否已成功发送。

Windows 要求

应用功能
email emailSystem

适用于