Table of Contents

Constructor MailboxKnowledgeSearch

Namespace
MailFathom.Application.Retrieval
Assembly
MailFathom.Application.dll

MailboxKnowledgeSearch(MailboxSearchReader, EmailKnowledgeBounds)

Initializes the retrieval over the mailbox search and the bounds it hands its results over under.

public MailboxKnowledgeSearch(MailboxSearchReader searchReader, EmailKnowledgeBounds bounds)

Parameters

searchReader MailboxSearchReader

Ranks and cuts the mail a query matched.

bounds EmailKnowledgeBounds

How much of what it found may be handed over.

Exceptions

ArgumentNullException

Thrown when either argument is null.