Method FromMessageHeader
- Namespace
- MailFathom.Domain.Spam
- Assembly
- MailFathom.Domain.dll
FromMessageHeader(string)
Records that a signal was read out of one of the message's own headers.
public static SpamSignalProvenance FromMessageHeader(string headerFieldName)
Parameters
headerFieldNamestringThe header field the signal was read from.
Returns
- SpamSignalProvenance
The provenance.
Exceptions
- ArgumentException
Thrown when the field name is blank, over-long, or carries a control character.