API Reference

Enum

MboxVariant

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

Supported Unix mailbox escaping conventions.

Inheritance

  • Enum
  • MboxVariant

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 MboxVariant Auto #

Detect mboxo or mboxrd escaping while reading.

Value: 0
public const MboxVariant Mboxo #

Escape only body lines that begin with "From ".

Value: 1
public const MboxVariant Mboxrd #

Escape every body line matching one or more angle brackets followed by "From ".

Value: 2