FolderInformation.IsCommonFolderQuerySupported(CommonFolderQuery) Method
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.
Retrieves a value that indicates whether the current folder supports the specified common folder query.
public:
virtual bool IsCommonFolderQuerySupported(CommonFolderQuery query) = IsCommonFolderQuerySupported;
bool IsCommonFolderQuerySupported(CommonFolderQuery const& query);
public bool IsCommonFolderQuerySupported(CommonFolderQuery query);
function isCommonFolderQuerySupported(query)
Public Function IsCommonFolderQuerySupported (query As CommonFolderQuery) As Boolean
Parameters
- query
- CommonFolderQuery
The common folder query to test.
Returns
Boolean
bool
True if the folder supports the specified common folder query; otherwise false.