Table of Contents

Method For

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

For(MailAccountId, MailFolderAlias?)

Describes one scope of stored mail as the document a job carries.

public static StoredMailScopeJobPayload For(MailAccountId accountId, MailFolderAlias? folderAlias)

Parameters

accountId MailAccountId

The account whose stored mail the work covers.

folderAlias MailFolderAlias?

The one folder of it to cover, or null for every folder.

Returns

StoredMailScopeJobPayload

The payload naming that scope.