Table of Contents

Property PromotedTo

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

PromotedTo

Gets the outgoing record a promotion wrote, or null while the draft was never promoted.

public required OutgoingEmailId? PromotedTo { get; init; }

Property Value

OutgoingEmailId?

Remarks

A promoted draft is not deleted at once. The message is queued rather than sent, so the draft stands until the send is delivered — a promotion whose delivery never succeeds must leave the owner their draft.