다음을 통해 공유


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

적용 대상