Table of Contents

Method Restore

Namespace
MailFathom.Domain.Spam
Assembly
MailFathom.Domain.dll

Restore(SpamSignalSource, string)

Reads back a provenance this system recorded earlier.

public static SpamSignalProvenance Restore(SpamSignalSource source, string origin)

Parameters

source SpamSignalSource

Where the signal was read from.

origin string

What within that source named it.

Returns

SpamSignalProvenance

The provenance.

Exceptions

ArgumentException

Thrown when the origin is blank, over-long, or carries a control character.

ArgumentOutOfRangeException

Thrown when source is not a defined member.