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
searchReaderMailboxSearchReaderRanks and cuts the mail a query matched.
boundsEmailKnowledgeBoundsHow much of what it found may be handed over.
Exceptions
- ArgumentNullException
Thrown when either argument is null.