Field MaximumEncodedLength
- Namespace
- MailFathom.Application.Emails.Mailboxes
- Assembly
- MailFathom.Application.dll
The greatest number of characters an encoded cursor may carry before it is refused unread.
public const int MaximumEncodedLength = 512
Returns
- int
- The greatest number of characters an encoded cursor may carry before it is refused unread.
Remarks
Comfortably above every cursor this version issues, and low enough that a caller cannot make the decoder work. The bound is applied before decoding, because a decoder is the wrong place to discover that an input is absurd.