Table of Contents

Method ReadIn

Namespace
MailFathom.Application.Emails.Mailboxes
Assembly
MailFathom.Application.dll

ReadIn(MailboxEmailSelection, EmailTimelineDirection)

Reads an already validated selection from one end of the timeline.

public static EmailTimelineFilter ReadIn(MailboxEmailSelection selection, EmailTimelineDirection direction)

Parameters

selection MailboxEmailSelection

The validated structural filters.

direction EmailTimelineDirection

The end of the timeline to read from.

Returns

EmailTimelineFilter

The validated filter.

Exceptions

ArgumentNullException

Thrown when selection is null.

ArgumentOutOfRangeException

Thrown when direction is not a defined member.