共用方式為


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

適用於