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

EmailMessage

import type { EmailMessage } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";
interface EmailMessage {
Body?: string | null;
FeedbackForwardingAddress?: string | null;
FromAddress?: string | null;
RawEmail?: RawEmail | null;
ReplyToAddresses?: string[] | null;
SimpleEmail?: SimpleEmail | null;
Substitutions?: {
[key: string]: string[] | null | undefined;
}
| null;
}

§Properties

§
Body?: string | null
[src]
§
FeedbackForwardingAddress?: string | null
[src]
§
FromAddress?: string | null
[src]
§
RawEmail?: RawEmail | null
[src]
§
ReplyToAddresses?: string[] | null
[src]
§
SimpleEmail?: SimpleEmail | null
[src]
§
Substitutions?: {
[key: string]: string[] | null | undefined;
}
| null
[src]