Property IsEncrypted
- Namespace
- MailFathom.Application.Emails.Summaries
- Assembly
- MailFathom.Application.dll
IsEncrypted
Gets whether the message body arrived inside a cryptographic envelope and is therefore unreadable here.
public bool IsEncrypted { get; }
Property Value
Remarks
Decrypting it is out of scope; the marker exists so a reader can say why a body is absent instead of recording an empty one.