共用方式為


EmailQueryOptions.FolderIds 屬性

定義

取得要在其中搜尋的資料夾識別碼。

public:
 property IVector<Platform::String ^> ^ FolderIds { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> FolderIds();
public IList<string> FolderIds { get; }
var iVector = emailQueryOptions.folderIds;
Public ReadOnly Property FolderIds As IList(Of String)

屬性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

要在其中搜尋的資料夾識別碼。

Windows 需求

應用程式功能
email emailSystem

適用於