共用方式為


EmailMailboxMoveFolderRequest 類別

定義

移動資料夾的要求詳細資料。

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

Windows 需求

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

備註

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

屬性

EmailFolderId

取得要移動之資料夾的資料夾識別碼。

EmailMailboxId

取得信箱的信箱識別碼,其中包含要移動的資料夾。

NewFolderName

取得要移動之檔案的新資料夾名稱。

NewParentFolderId

取得新父資料夾的父資料夾識別碼。

方法

ReportCompletedAsync()

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

非同步作業的成功完成表示資料夾已成功移動。

ReportFailedAsync()

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

適用於