共用方式為


EmailMailboxProposeNewTimeForMeetingRequest 類別

定義

提出會議新時間之要求的詳細資料。

public ref class EmailMailboxProposeNewTimeForMeetingRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class EmailMailboxProposeNewTimeForMeetingRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class EmailMailboxProposeNewTimeForMeetingRequest
Public NotInheritable Class EmailMailboxProposeNewTimeForMeetingRequest
繼承
Object Platform::Object IInspectable EmailMailboxProposeNewTimeForMeetingRequest
屬性

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
應用程式功能
email emailSystem

備註

用於 ProposeNewTimeForMeetingRequested 事件處理常式。 使用 EmailMailboxProposeNewTimeForMeetingRequestEventArgs.Request 屬性所傳回的這個類別實例。

屬性

Comment

取得要加入至新會議時間提案的批註。

EmailMailboxId

取得用來傳送建議的新會議時間的信箱識別碼。

EmailMessageId

取得建議新時間的會議邀請訊息識別碼。

NewDuration

取得會議的建議新持續時間。

NewStartTime

取得會議的建議新開始時間。

Subject

取得新會議時間提案的主旨。

方法

ReportCompletedAsync()

通知電子郵件用戶端已成功處理要求。

非同步作業成功完成表示提案已成功傳送。

ReportFailedAsync()

通知用戶端,要求未順利處理。

適用於