Property RecipientNormalizedAddress
- Namespace
- MailFathom.Application.Emails.Mailboxes
- Assembly
- MailFathom.Application.dll
RecipientNormalizedAddress
Gets the comparison form of the address a recipient must carry, or null when any recipient matches.
public string? RecipientNormalizedAddress { get; }
Property Value
Remarks
A recipient is an addressee: the filter matches an email whose To or Cc header names the address.
Reply-To is deliberately not a recipient role — it names where an answer should go rather than who received
the message — so no filter here reaches it.