Table of Contents

Property HasAttachments

Namespace
MailFathom.Application.Emails.Mailboxes
Assembly
MailFathom.Application.dll

HasAttachments

Gets whether an email must carry attachments, or null when either matches.

public bool? HasAttachments { get; }

Property Value

bool?

Remarks

Attachment presence is the classification rule the MIME extraction applies, not a disposition header: a message whose only non-body parts are inline resources or a cryptographic signature carries no attachments and does not match. This is what keeps a filter for mail with attachments from returning every signed message and every message with a logo in its signature block.