共用方式為


EmailStore 類別

定義

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

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

public ref class EmailStore 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 EmailStore 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 EmailStore
Public NotInheritable Class EmailStore
繼承
Object Platform::Object IInspectable EmailStore
屬性

Windows 需求

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

備註

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

方法

CreateMailboxAsync(String, String)

允許應用程式從帳戶名稱和電子郵件地址建立電子郵件帳戶。

CreateMailboxAsync(String, String, String)

允許應用程式從帳戶名稱、電子郵件地址和信箱所在的使用者帳戶建立電子郵件帳戶。

FindMailboxesAsync()

取得目前範圍內的所有信箱。

GetConversationAsync(String)

從提供的識別碼取得電子郵件交談。

GetConversationReader()

取得電子郵件交談的批次。

GetConversationReader(EmailQueryOptions)

使用指定的電子郵件查詢選項,取得電子郵件交談批次。

GetFolderAsync(String)

從識別碼取得電子郵件資料夾。

GetMailboxAsync(String)

從識別碼取得信箱。

GetMessageAsync(String)

取得指定的電子郵件訊息。

GetMessageReader()

取得訊息讀取器。

GetMessageReader(EmailQueryOptions)

使用指定的查詢選項取得訊息讀取器。

適用於