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

GetRawMessageContentResponse

import type { GetRawMessageContentResponse } from "https://aws-api.deno.dev/v0.4/services/workmailmessageflow.ts?docs=full";
interface GetRawMessageContentResponse {
messageContent: ReadableStream<Uint8Array>;
}

§Properties

§
messageContent: ReadableStream<Uint8Array>
[src]

The raw content of the email message, in MIME format.