Property NotFiledCount
- Namespace
- MailFathom.Application.Mail.Delivery.Outbox
- Assembly
- MailFathom.Application.dll
NotFiledCount
Gets how many copies this pass could not put where the account asked for them.
public int NotFiledCount { get; }
Property Value
Remarks
It is deliberately not part of AccountDeferred and of nothing else that decides what happens next. A copy that was not filed is a message the owner cannot see in their own client; it is never a message that failed to reach anybody, and no send is attempted again because of it.