AccessoryManager.GetFolders(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
電話で定義されている電子メール フォルダーの一覧を取得します。
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_SMS 機能とID_CAP_SMS_COMPANION機能を指定する必要があります。