次の方法で共有


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

適用対象