Table of Contents

Method FindFiling

Namespace
MailFathom.Domain.Delivery
Assembly
MailFathom.Domain.dll

FindFiling(OutgoingMailFiling)

Finds the copy of this message filed into one place, if one was.

public OutgoingMailFilingRecord? FindFiling(OutgoingMailFiling filing)

Parameters

filing OutgoingMailFiling

The place to look for.

Returns

OutgoingMailFilingRecord

The filing row, or null when nothing was filed there.

Remarks

One row per place, which is what the durable identity of a filing already is: filing the same message into the same folder twice would be a second copy, so the answer is a row rather than a list.