API Reference

Enum

EmailStoreComparisonOperator

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

Typed scalar comparison operation.

Inheritance

  • Enum
  • EmailStoreComparisonOperator

Usage

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

Values

public const EmailStoreComparisonOperator Equal #

Values compare equal.

Value: 0
public const EmailStoreComparisonOperator NotEqual #

Values do not compare equal.

Value: 1
public const EmailStoreComparisonOperator GreaterThan #

Field value sorts after the operand.

Value: 2
public const EmailStoreComparisonOperator GreaterThanOrEqual #

Field value sorts at or after the operand.

Value: 3
public const EmailStoreComparisonOperator LessThan #

Field value sorts before the operand.

Value: 4
public const EmailStoreComparisonOperator LessThanOrEqual #

Field value sorts at or before the operand.

Value: 5
public const EmailStoreComparisonOperator IsNull #

Field value is null.

Value: 6
public const EmailStoreComparisonOperator IsNotNull #

Field value is non-null.

Value: 7