Table of Contents

Method FilesSentCopy

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

FilesSentCopy(MailAccountId)

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

bool FilesSentCopy(MailAccountId accountId)

Parameters

accountId MailAccountId

The account the message was sent as.

Returns

bool

true when a copy is appended after a successful delivery.

Remarks

It defaults to true where an account says nothing, which is wrong in the direction an owner can recover from: a duplicate they delete beats a record of what they sent that never existed.