AccessoryManager.GetFolders(String) 方法

定义

获取在手机上定义的电子邮件文件夹的列表。

public:
 static IVectorView<EmailFolderInfo ^> ^ GetFolders(Platform::String ^ emailAccount);
 static IVectorView<EmailFolderInfo> GetFolders(winrt::hstring const& emailAccount);
public static IReadOnlyList<EmailFolderInfo> GetFolders(string emailAccount);
function getFolders(emailAccount)
Public Shared Function GetFolders (emailAccount As String) As IReadOnlyList(Of EmailFolderInfo)

参数

emailAccount
String

Platform::String

winrt::hstring

在其中定义文件夹的电子邮件帐户。

返回

EmailFolderInfo 对象的集合。

Windows 要求

应用功能
accessoryManager

注解

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

适用于