Property CarriesUnverifiedSignature
- Namespace
- MailFathom.Application.Emails.Summaries
- Assembly
- MailFathom.Application.dll
CarriesUnverifiedSignature
Gets whether the message carries a signature part whose authenticity nothing has checked.
public bool CarriesUnverifiedSignature { get; }
Property Value
Remarks
The name states presence only, deliberately. Anyone can attach a signature-typed part, and no verification runs here, so a marker named after signing would be read downstream as an authenticity result this never established.