Table of Contents

Property Profile

Namespace
MailFathom.Application.Spam.Runs
Assembly
MailFathom.Application.dll

Profile

Gets the settings the run is bound to, which are unspecified until the first pass picks the run up.

public SpamClassificationProfile Profile { get; init; }

Property Value

SpamClassificationProfile

Remarks

Bound when the run starts rather than when it is requested, because a request is answered on a thread that has no business deciding what the run will conclude: the settings may reload between the two, and the profile that matters is the one in force when the first message is actually scored.