_Store.IsInstantSearchEnabled Property

Definition

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.

Applies to