Table of Contents

Property Source

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

Source

Gets who reached this verdict, which decides what the rest of it is worth.

public SenderAuthenticationSource Source { get; }

Property Value

SenderAuthenticationSource

Remarks

The absent values of a locally reached verdict are absent by construction rather than by outcome: SpfDomain is never named because no envelope sender survives delivery, and Dmarc is never anything but NotReported because reporting a DMARC result needs the displayed domain's published policy and its alignment mode, which nothing here resolves.