FolderInformation.IsCommonFolderQuerySupported(CommonFolderQuery) Method

Definition

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.

Implements

Applies to