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
accountIdMailAccountIdThe account whose stored mail the work covers.
folderAliasMailFolderAlias?The one folder of it to cover, or null for every folder.
Returns
- StoredMailScopeJobPayload
The payload naming that scope.