Table of Contents

Property Contact

Namespace
MailFathom.Domain.Delivery
Assembly
MailFathom.Domain.dll

Contact

Gets the contact the address was resolved from, or null when the author supplied the address itself.

public ContactId? Contact { get; }

Property Value

ContactId?

Remarks

It is the identity rather than anything about the person, which is the one part of a contact that is not personal data and therefore the only part a record of a send may keep beside the address. Absence is the ordinary case and says the author wrote an address down; presence says the book was asked, and it survives the contact being amended, promoted, or erased because nothing reads it to address anybody again.