Property NormalizedAddress
- Namespace
- MailFathom.Domain.Emails
- Assembly
- MailFathom.Domain.dll
NormalizedAddress
Gets the comparison form of Address.
public string NormalizedAddress { get; }
Property Value
Remarks
The form is upper-cased for the same reason a folder alias is: upper case round-trips in every culture, so the key means the same thing in memory, in a query, and in a database whose collation MailFathom does not control. It is a comparison key rather than something to display; Address is what a reader is shown.