Table of Contents

Property InternetMessageId

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

InternetMessageId

Gets the Message-ID the appended copy carries, or null while none was read.

public required string? InternetMessageId { get; init; }

Property Value

string

Remarks

It is read back off the bytes that were appended rather than assumed, so the value recorded is the one a mail server will report. Nothing removes a copy by it — a removal names a UID — but it is what lets an operator find the message a divergence left behind.