Table of Contents

Property AccountId

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

AccountId

Gets the account the work belongs to, or null when it belongs to none.

public MailAccountId? AccountId { get; }

Property Value

MailAccountId?

Remarks

It is a column of the row rather than a value inside the document, because erasure, retention, and any per-account bound have to reach a job by query rather than by searching inside a document.