_Store.IsInstantSearchEnabled 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.
Returns a Boolean (bool in C#) that indicates whether Instant Search is enabled and operational on a store. Read-only.
public:
property bool IsInstantSearchEnabled { bool get(); };
public bool IsInstantSearchEnabled { get; }
Public ReadOnly Property IsInstantSearchEnabled As Boolean
Property Value
Remarks
Use IsInstantSearchEnabled to evaluate whether you should use ci_startswith or ci_phrasematch operators in your query. If you use ci_startswith or ci_phrasematch in the query and Instant Search is not enabled, Outlook will return an error.