Table of Contents

Property Addresses

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

Addresses

Gets every address this person uses, the preferred one first and the rest in comparison order.

public IReadOnlyList<EmailAddress> Addresses { get; }

Property Value

IReadOnlyList<EmailAddress>

Remarks

The order is derived rather than recorded, so two reads of one contact answer alike and an export of it is stable between one production and the next. It is never a preference ranking beyond the first entry, which PreferredAddress states in its own right.