EmailMailboxForwardMeetingRequest 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
轉送會議邀請的要求詳細資料。
public ref class EmailMailboxForwardMeetingRequest 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 EmailMailboxForwardMeetingRequest 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 EmailMailboxForwardMeetingRequest
Public NotInheritable Class EmailMailboxForwardMeetingRequest
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
|
應用程式功能 |
email
emailSystem
|
備註
用於 ForwardMeetingRequested 事件處理常式。 使用 EmailMailboxForwardMeetingRequestEventArgs.Request 屬性傳回的這個類別實例。
屬性
Comment |
取得要新增至轉寄會議邀請的批註。 當資料提供者將邀請轉寄為電子郵件訊息時,批註會出現在轉寄的標頭與轉寄邀請的本文之間。 |
EmailMailboxId |
取得要轉寄之會議邀請的信箱識別碼。 |
EmailMessageId |
要轉寄之會議邀請的訊息識別碼。 |
ForwardHeader |
取得轉寄邀請的轉寄標頭。 轉寄標頭是一組訊息標頭,出現在保留邀請的電子郵件訊息開頭。 它僅供轉寄邀請時產生電子郵件的資料提供者使用。 |
ForwardHeaderType |
取得正向標頭類型。 |
Recipients |
取得轉寄會議邀請的收件者清單。 |
Subject |
取得轉寄會議邀請的主旨。 |
方法
ReportCompletedAsync() |
通知電子郵件用戶端已成功處理要求。 非同步作業成功完成表示已成功轉送會議邀請。 |
ReportFailedAsync() |
通知用戶端,要求未順利處理。 |