EmailMailbox.TryProposeNewTimeForMeetingAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
异步尝试发送建议新时间的会议请求。
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
建议的会议开始时间。
- subject
-
String
Platform::String
winrt::hstring
会议电子邮件的主题。
- comment
-
String
Platform::String
winrt::hstring
消息正文。
返回
一个布尔值,指示建议的会议消息是否已成功发送。
Windows 要求
应用功能 |
email
emailSystem
|