EmailNotificationTriggerDetails 类

定义

表示在附件上呈现电子邮件通知所需的所有信息。

public ref class EmailNotificationTriggerDetails sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
class EmailNotificationTriggerDetails final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public sealed class EmailNotificationTriggerDetails
Public NotInheritable Class EmailNotificationTriggerDetails
继承
Object Platform::Object IInspectable EmailNotificationTriggerDetails
属性
实现

Windows 要求

设备系列
Windows Mobile Extension SDK (在 10.0.10240.0 中引入)
API contract
Windows.Phone.PhoneContract (在 v1.0 中引入)
应用功能
accessoryManager

注解

重要

当手机被固定锁定时,电子邮件通知可能由于引脚锁定下的数据保护 (DPUL) 而未显示任何信息。 此功能由最终用户启用。

调用此 API 需要在应用程序清单中指定 ID_CAP_SMSID_CAP_SMS_COMPANION 功能。

属性

AccessoryNotificationType

一个指定接收的通知类型的 AccessoryNotificationType 。 对于电子邮件通知,此值为 AccessoryNotificationType.Email。

AccountName

手机上的帐户名称。

AppDisplayName

表示生成电子邮件通知的应用的显示名称。

AppId

与通知关联的应用的 ID(如果适用)。 这不是应用商店中应用的 ID。 它是特定手机上应用实例的 ID,用于唯一标识应用。

EmailMessage

包含有关电子邮件的其他详细信息的 EmailMessage 对象。

MessageEntryId

表示手机 MAPI 存储中单个电子邮件的唯一标识符。

ParentFolderName

电子邮件的父文件夹的名称。

SenderAddress

电子邮件发件人的电子邮件地址。

SenderName

电子邮件发件人的显示名称。

StartedProcessing

指定附件是否已开始处理电子邮件通知。

TimeCreated

表示创建电子邮件通知的日期和时间。

Timestamp

表示通知从 Accessory Manager 服务传递到附件应用的日期和时间。

适用于

另请参阅