Table of Contents

Property AuthenticatedAuthorDomain

Namespace
MailFathom.Domain.Emails.Authentication
Assembly
MailFathom.Domain.dll

AuthenticatedAuthorDomain

Gets the domain of the displayed author where it authenticated, or null.

public SenderDomain? AuthenticatedAuthorDomain { get; }

Property Value

SenderDomain?

Remarks

Present exactly when AuthorAuthentication is Authenticated, and then always the displayed domain rather than whichever identity established it. Anything deciding what to make of the author — a trust policy, a warning a reader is shown — reads this and never AuthenticatedDomain.