Class RemoteEmailContent
- Namespace
- MailFathom.Application.EmailContent.Storage
- Assembly
- MailFathom.Application.dll
Contains raw MIME content fetched through a seen-preserving mailbox operation.
public sealed record RemoteEmailContent : IEquatable<RemoteEmailContent>
- Inheritance
-
RemoteEmailContent
- Implements
- Inherited Members
Constructors
- RemoteEmailContent(EmailOccurrenceId, ReadOnlyMemory<byte>)
Contains raw MIME content fetched through a seen-preserving mailbox operation.
Properties
- OccurrenceId
The stable remote email occurrence identity.
- RawMime
The raw RFC 822 bytes.