API Reference

Enum

EmailStoreFormat

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

Identifies an email-store or store-item format.

Inheritance

  • Enum
  • EmailStoreFormat

Usage

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

Values

public const EmailStoreFormat Unknown #

The source format could not be determined.

Value: 0
public const EmailStoreFormat Pst #

Outlook Personal Storage Table.

Value: 1
public const EmailStoreFormat Ost #

Outlook Offline Storage Table.

Value: 2
public const EmailStoreFormat Olm #

Outlook for Mac archive.

Value: 3
public const EmailStoreFormat Emlx #

Apple Mail EMLX item.

Value: 4
public const EmailStoreFormat MailboxDirectory #

Apple Mail, Maildir, or RFC message directory tree.

Value: 5
public const EmailStoreFormat Mbox #

Unix mbox mailbox archive.

Value: 6