Table of Contents

Field MaximumLength

Namespace
MailFathom.Domain.Contacts
Assembly
MailFathom.Domain.dll

The greatest length a contact's name may carry.

public const int MaximumLength = 256

Returns

int
The greatest length a contact's name may carry.

Remarks

Generous against any name written to be read at a glance, and short enough that the field cannot become a way to keep a paragraph about somebody in a column meant to identify them. Notes are what ContactNote is for, and they are bounded separately.