API Reference

Enum

EmailFileFormat

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

Identifies a supported email or Outlook artifact format.

Inheritance

  • Enum
  • EmailFileFormat

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 EmailFileFormat Unknown #

The input format could not be determined.

Value: 0
public const EmailFileFormat Eml #

RFC 5322 message with MIME content.

Value: 1
public const EmailFileFormat OutlookMsg #

Outlook compound MSG item.

Value: 2
public const EmailFileFormat Tnef #

Transport Neutral Encapsulation Format payload.

Value: 3
public const EmailFileFormat Mbox #

Unix mailbox archive.

Value: 4
public const EmailFileFormat OutlookTemplate #

Outlook item template stored in the MSG compound-file representation.

Value: 5