Table of Contents

Property HasUnansweredAppend

Namespace
MailFathom.Domain.Delivery.Drafts
Assembly
MailFathom.Domain.dll

HasUnansweredAppend

Gets whether an append of this draft went out and the server's answer to it never came back.

public bool HasUnansweredAppend { get; }

Property Value

bool

Remarks

It stops every later act on the mailbox, whichever revision the unanswered append was of. Appending again would put a second draft in the owner's folder beside a copy nobody can prove is there, and removing something means naming a UID the server never gave — so the draft goes on being edited here and its copy is left where it is.