Table of Contents

Property ClassifyEmailSpam

Namespace
MailFathom.Application.Jobs
Assembly
MailFathom.Application.dll

ClassifyEmailSpam

Gets the type whose work is deciding whether one stored message occurrence is junk.

public static JobType ClassifyEmailSpam { get; }

Property Value

JobType

Remarks

Its payload contract is EmailOccurrenceJobPayload, which names the occurrence and copies nothing out of the message.