EmailMailboxUpdateMeetingResponseRequest 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從用戶端更新會議回覆之要求的詳細資料。
public ref class EmailMailboxUpdateMeetingResponseRequest 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 EmailMailboxUpdateMeetingResponseRequest 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 EmailMailboxUpdateMeetingResponseRequest
Public NotInheritable Class EmailMailboxUpdateMeetingResponseRequest
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
|
應用程式功能 |
email
emailSystem
|
備註
用於 UpdateMeetingResponseRequested 事件處理常式。 使用 EmailMailboxUpdateMeetingResponseRequestEventArgs.Request 屬性所傳回的這個類別實例。
屬性
Comment |
取得要用於更新會議回覆的批註。 |
EmailMailboxId |
取得保留要更新之會議回覆之信箱的信箱識別碼。 |
EmailMessageId |
取得要更新之會議回覆的訊息識別碼。 |
Response |
取得要用於更新會議回覆的回應值。 |
SendUpdate |
取得值,這個值表示更新是否應該在更新會議回覆時傳送至會議擁有者。 |
Subject |
取得要用於更新會議回覆的主旨。 |
方法
ReportCompletedAsync() |
通知電子郵件用戶端已成功處理要求。 |
ReportFailedAsync() |
通知用戶端,要求未順利處理。 |