共用方式為


AccessoryManager.GetAllEmailAccounts 方法

定義

取得裝置上的電子郵件帳戶。

public:
 static IVectorView<EmailAccountInfo ^> ^ GetAllEmailAccounts();
 static IVectorView<EmailAccountInfo> GetAllEmailAccounts();
public static IReadOnlyList<EmailAccountInfo> GetAllEmailAccounts();
function getAllEmailAccounts()
Public Shared Function GetAllEmailAccounts () As IReadOnlyList(Of EmailAccountInfo)

傳回

EmailAccountInfo 物件的集合,其中包含裝置上電子郵件帳戶的相關資料。

Windows 需求

應用程式功能
accessoryManager

備註

呼叫此 API 需要應用程式資訊清單中指定 ID_CAP_SMSID_CAP_SMS_COMPANION 功能。

配件可能會想要允許篩選手機上定義的電子郵件帳戶。 這可能會限制傳送至附件的新電子郵件通知數目。 帳戶篩選的常見用法是使用者在其手機上同時擁有工作和私人電子郵件帳戶,但只想要查看其連入電子郵件到其私人帳戶的附件通知。

適用於