Property IsWithdrawnWhenTheMessageLeaves
- Namespace
- MailFathom.Domain.Delivery.Filing
- Assembly
- MailFathom.Domain.dll
IsWithdrawnWhenTheMessageLeaves
Gets whether the copy is withdrawn once the message leaves the stage this filing describes.
public bool IsWithdrawnWhenTheMessageLeaves { get; }
Property Value
Remarks
Only the outbox mirror is. A draft and a sent copy are what the owner keeps; the mirror exists to show a message that has not gone yet, so leaving it behind after the message went would show an outbox that never drains.