API Reference

Enum

EmailStoreContentMatchMode

Namespace OfficeIMO.Email.Store
Assembly OfficeIMO.Email
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

How normalized search terms are combined.

Inheritance

  • Enum
  • EmailStoreContentMatchMode

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const EmailStoreContentMatchMode AnyTerm #

At least one term must occur in a selected field.

Value: 0
public const EmailStoreContentMatchMode AllTerms #

Every term must occur, potentially across different selected fields.

Value: 1