Table of Contents

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

OccurrenceId EmailOccurrenceId

The stable remote email occurrence identity.

RawMime ReadOnlyMemory<byte>

The raw RFC 822 bytes.