Table of Contents

Interface IOutgoingMailFilingPolicyReader

Namespace
MailFathom.Application.Mail.Delivery.Filing
Assembly
MailFathom.Application.dll

Answers what one account has asked MailFathom to file copies of its outgoing mail as.

public interface IOutgoingMailFilingPolicyReader

Remarks

It is a reader of its own rather than a value on the send, because the answer belongs to the account and not to the message. An account whose provider files the sent copy itself says so once, and every message it sends is then filed the same way.

Whether a provider does file the copy itself is configured rather than detected, and that is deliberate: a provider that files it does so asynchronously, so looking in the folder immediately after a delivery cannot tell will appear shortly from will never appear. Guessing from a look would put either a duplicate or a gap in somebody's Sent folder, and only one of those is something an owner can fix.

Methods

FilesSentCopy(MailAccountId)

Reports whether this account files a copy of each delivered message into its sent folder.