Table of Contents

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

maximumAnswerCharacters int

The greatest number of characters one answer may carry.

maximumCitations int

The greatest number of emails one answer may cite.

Returns

MailAnswerBounds

The validated bounds.

Exceptions

ArgumentOutOfRangeException

Thrown when either value is below one.