Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RawEmail

import type { RawEmail } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";

Specifies the contents of an email message, represented as a raw MIME message.

interface RawEmail {
Data?: Uint8Array | string | null;
}

§Properties

§
Data?: Uint8Array | string | null
[src]

The email message, represented as a raw MIME message. The entire message must be base64 encoded.