EmailQueryOptions.FolderIds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The identifiers for the folders in which to search.
Windows requirements
App capabilities |
email
emailSystem
|