Table of Contents

Property Addresses

Namespace
MailFathom.Application.Contacts
Assembly
MailFathom.Application.dll

Addresses

Gets every address this person uses, at most MaximumAddressCount values, of which two spellings of one address are stored as one.

public IReadOnlyList<string>? Addresses { get; init; }

Property Value

IReadOnlyList<string>

Remarks

The ceiling is on the values sent rather than on the mailboxes they name, so a list naming fewer distinct addresses than it holds entries is refused on its length before anything is deduplicated.