Method Create
- Namespace
- MailFathom.Application.Retrieval.AskMail
- Assembly
- MailFathom.Application.dll
Create(int, int)
Creates bounds, refusing values no answer could be published under.
public static MailAnswerBounds Create(int maximumAnswerCharacters, int maximumCitations)
Parameters
maximumAnswerCharactersintThe greatest number of characters one answer may carry.
maximumCitationsintThe greatest number of emails one answer may cite.
Returns
- MailAnswerBounds
The validated bounds.
Exceptions
- ArgumentOutOfRangeException
Thrown when either value is below one.