EmailMailboxEmptyFolderRequest 类

定义

请求下载电子邮件的详细信息。

public ref class EmailMailboxEmptyFolderRequest 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 EmailMailboxEmptyFolderRequest 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 EmailMailboxEmptyFolderRequest
Public NotInheritable Class EmailMailboxEmptyFolderRequest
继承
Object Platform::Object IInspectable EmailMailboxEmptyFolderRequest
属性

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)
应用功能
email emailSystem

注解

EmptyFolderRequested 事件处理程序中使用。 使用 由 EmailMailboxEmptyFolderRequestEventArgs.Request 属性返回的此类的实例。

属性

EmailFolderId

获取要清空的文件夹的文件夹 ID。

EmailMailboxId

获取包含文件夹的邮箱的邮箱 ID。

方法

ReportCompletedAsync()

通知电子邮件客户端请求已成功处理。

异步操作的成功完成表示文件夹已成功清空。

ReportFailedAsync(EmailMailboxEmptyFolderStatus)

通知客户端请求未成功处理。

成功完成异步操作后,status 参数将设置为有问题的文件夹的当前状态。

适用于