EmailQueryOptions.FolderIds Property

Definition

Gets the identifiers for the folders in which to search.

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)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

The identifiers for the folders in which to search.

Windows requirements

App capabilities
email emailSystem

Applies to