API Reference

Enum

EmailStoreFilterKind

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

Node kind in an immutable Store query expression tree.

Inheritance

  • Enum
  • EmailStoreFilterKind

Usage

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

Values

public const EmailStoreFilterKind All #

Matches every row.

Value: 0
public const EmailStoreFilterKind Comparison #

Typed scalar comparison.

Value: 1
public const EmailStoreFilterKind String #

Case-insensitive string operation.

Value: 2
public const EmailStoreFilterKind In #

Set membership.

Value: 3
public const EmailStoreFilterKind And #

Every child must match.

Value: 4
public const EmailStoreFilterKind Or #

At least one child must match.

Value: 5
public const EmailStoreFilterKind Not #

Negates one child.

Value: 6