Property InternetMessageId
- Namespace
- MailFathom.Domain.Delivery.Filing
- 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
Remarks
It is the identity MailFathom minted for the message itself, read back off the bytes that were appended rather than assumed, so the value recorded is the one a mail server will report. It is kept even where a placement was reported, because a folder recreated between the append and the discovery invalidates the UID and leaves this as the only thing still naming the copy.