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
selectionMailboxEmailSelectionThe validated structural filters.
directionEmailTimelineDirectionThe end of the timeline to read from.
Returns
- EmailTimelineFilter
The validated filter.
Exceptions
- ArgumentNullException
Thrown when
selectionis null.- ArgumentOutOfRangeException
Thrown when
directionis not a defined member.