Table of Contents

Property Held

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

Held

Gets the filing of a message that is waiting to go out, into the folder an operator mapped as the outbox.

public static OutgoingMailFiling Held { get; }

Property Value

OutgoingMailFiling

Remarks

It carries \Draft for the same reason a draft does — the message has not left — and the copy is withdrawn when it does leave. Deleting that copy in a mail client cancels nothing: the outgoing record is what will be sent, and withdrawing a send is its own command.