API Reference

Class

EmailMailboxEntry

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

One message and its mbox envelope metadata.

Inheritance

  • Object
  • EmailMailboxEntry

Usage

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

Returned or exposed by

Accepted by parameters

Constructors

public EmailMailboxEntry(EmailDocument document) #

Creates a mailbox entry.

Parameters

document OfficeIMO.Email.EmailDocument requiredposition: 0

Properties

public EmailDocument Document { get; } #

Parsed email document.

public String EnvelopeSender { get; set; } #

Envelope sender from the separator line.

public Nullable<DateTimeOffset> EnvelopeDate { get; set; } #

Envelope timestamp when parseable.

public String RawFromLine { get; set; } #

Original separator line without its line ending; a safe ASCII value is preserved on write.