API Reference

Enum

EmailStoreItemReadParts

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

Parts of an email-store item that may be projected by a selective read.

Inheritance

  • Enum
  • EmailStoreItemReadParts

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

No optional item parts.

Value: 0
public const EmailStoreItemReadParts Metadata #

Core identity, message class, subject, dates, sender, and message metadata.

Value: 1
public const EmailStoreItemReadParts Bodies #

Plain-text, HTML, and RTF body alternatives.

Value: 2
public const EmailStoreItemReadParts Recipients #

Recipient rows and transport-header recipients.

Value: 4
public const EmailStoreItemReadParts AttachmentMetadata #

Attachment names, media types, sizes, identifiers, and disposition metadata.

Value: 8
public const EmailStoreItemReadParts AttachmentContent #

Attachment payloads, retained or exposed as reopenable streams according to reader options.

Value: 16
public const EmailStoreItemReadParts EmbeddedItems #

Embedded messages and Outlook items.

Value: 32
public const EmailStoreItemReadParts ExtendedMapiProperties #

All decoded top-level and attachment MAPI properties, including named properties.

Value: 64
public const EmailStoreItemReadParts All #

All currently supported item parts.

Value: 127