Field MaximumLength
- Namespace
- MailFathom.Domain.Accounts
- Assembly
- MailFathom.Domain.dll
The greatest length text naming an account may carry.
public const int MaximumLength = 256
Returns
- int
- The greatest length text naming an account may carry.
Remarks
The bound is on untrusted input rather than on configuration: the text is echoed in the refusal a caller reads when it names no account, so an unbounded value would be a way to write a paragraph into that contract.