共用方式為


EmailMailboxChange 類別

定義

本主題所述的功能不適用於所有 UWP 應用程式。 在市集應用程式提交程式中,Microsoft 必須先核准您使用這些 API 並布建開發人員帳戶,才能發佈使用這些 API 的應用程式。

如需Windows.ApplicationModel.Email命名空間的詳細資訊,請與您的 Microsoft 帳戶小組代表合作。

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

Windows 需求

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

備註

本主題所述的功能不適用於所有 UWP 應用程式。 在市集應用程式提交程式中,Microsoft 必須先核准您使用這些 API 並布建開發人員帳戶,才能發佈使用這些 API 的應用程式。

屬性

ChangeType

取得對信箱所做的變更類型。 這包括它是否為已變更的資料夾或郵件,以及專案是否已建立、刪除或修改,或變更追蹤是否遺失此變更。

Folder

取得套用變更的資料夾。

MailboxActions

取得旗標,指出哪些動作在信箱上受到影響。

Message

取得套用變更的訊息。

適用於