EmailNotificationTriggerDetails 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表轉譯附件上電子郵件通知所需的所有資訊。
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
- 繼承
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows Mobile Extension SDK (已於 10.0.10240.0 引進)
|
API contract |
Windows.Phone.PhoneContract (已於 v1.0 引進)
|
應用程式功能 |
accessoryManager
|
備註
重要
當手機釘選鎖定時,電子郵件通知可能會因為 [釘選鎖定] 下 (DPUL) ,而沒有資訊。 終端使用者會啟用這項功能。
呼叫此 API 需要應用程式資訊清單中指定 ID_CAP_SMS 和 ID_CAP_SMS_COMPANION 功能。
屬性
AccessoryNotificationType |
AccessoryNotificationType,指定收到的通知類型。 對於電子郵件通知,此值為 AccessoryNotificationType。Email。 |
AccountName |
手機上的帳戶名稱。 |
AppDisplayName |
代表產生電子郵件通知之應用程式的顯示名稱。 |
AppId |
如果適用,則為與通知相關聯的應用程式識別碼。 這不是市集中應用程式識別碼。 這是特定手機上應用程式實例的識別碼,可唯一識別應用程式。 |
EmailMessage |
EmailMessage物件,其中包含有關電子郵件的其他詳細資料。 |
MessageEntryId |
代表電話 MAPI 存放區中個別電子郵件的唯一識別碼。 |
ParentFolderName |
電子郵件訊息的父資料夾名稱。 |
SenderAddress |
電子郵件訊息寄件者的電子郵件地址。 |
SenderName |
顯示電子郵件訊息的寄件者名稱。 |
StartedProcessing |
指定配件是否已開始處理電子郵件通知。 |
TimeCreated |
表示建立電子郵件通知的日期和時間。 |
Timestamp |
代表通知從 Accessory Manager 服務傳遞至輔助應用程式的日期和時間。 |