Field MaximumEncodedLength
- Namespace
- MailFathom.Application.Contacts
- Assembly
- MailFathom.Application.dll
The greatest number of characters an encoded cursor may carry before it is refused unread.
public const int MaximumEncodedLength = 2048
Returns
- int
- The greatest number of characters an encoded cursor may carry before it is refused unread.
Remarks
A name is bounded at MaximumLength characters, each of which may cost four bytes in UTF-8 before the encoding widens it again, so this is that ceiling rather than a round number: anything longer was not issued here and is refused without being decoded.