Constructor RemoteEmailContent
- Namespace
- MailFathom.Application.EmailContent.Storage
- Assembly
- MailFathom.Application.dll
RemoteEmailContent(EmailOccurrenceId, ReadOnlyMemory<byte>)
Contains raw MIME content fetched through a seen-preserving mailbox operation.
public RemoteEmailContent(EmailOccurrenceId OccurrenceId, ReadOnlyMemory<byte> RawMime)
Parameters
OccurrenceIdEmailOccurrenceIdThe stable remote email occurrence identity.
RawMimeReadOnlyMemory<byte>The raw RFC 822 bytes.