API Reference

Enum

EmailStoreContentSearchFields

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

Semantic fields considered by bounded content search.

Inheritance

  • Enum
  • EmailStoreContentSearchFields

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 EmailStoreContentSearchFields None #

No fields.

Value: 0
public const EmailStoreContentSearchFields Subject #

Item subject.

Value: 1
public const EmailStoreContentSearchFields Sender #

Represented and actual sender names and addresses.

Value: 2
public const EmailStoreContentSearchFields Recipients #

Recipient names and addresses.

Value: 4
public const EmailStoreContentSearchFields TextBody #

Plain-text body.

Value: 8
public const EmailStoreContentSearchFields HtmlBody #

Visible text derived from the HTML body without a DOM dependency.

Value: 16
public const EmailStoreContentSearchFields RtfBody #

Preserved RTF body source.

Value: 32
public const EmailStoreContentSearchFields AttachmentNames #

Attachment filenames, content identifiers, and content locations.

Value: 64
public const EmailStoreContentSearchFields Bodies #

All body alternatives.

Value: 56
public const EmailStoreContentSearchFields All #

All supported content-search fields.

Value: 127