FolderInformation.AreQueryOptionsSupported(QueryOptions) Method

Definition

Retrieves a value that indicates whether the folder supports the specified search query options.

public:
 virtual bool AreQueryOptionsSupported(QueryOptions ^ queryOptions) = AreQueryOptionsSupported;
bool AreQueryOptionsSupported(QueryOptions const& queryOptions);
public bool AreQueryOptionsSupported(QueryOptions queryOptions);
function areQueryOptionsSupported(queryOptions)
Public Function AreQueryOptionsSupported (queryOptions As QueryOptions) As Boolean

Parameters

queryOptions
QueryOptions

The search query options to test.

Returns

Boolean

bool

True if the folder supports the specified search query options; otherwise false.

Implements

Applies to