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

UsersMessagesGetOptions

import type { UsersMessagesGetOptions } from "https://googleapis.deno.dev/v1/gmail:v1.ts";

Additional options for Gmail#usersMessagesGet.

interface UsersMessagesGetOptions {
format?:
| "minimal"
| "full"
| "raw"
| "metadata";
metadataHeaders?: string;
temporaryEeccBypass?: boolean;
}

§Properties

§
format?: "minimal" | "full" | "raw" | "metadata"
[src]

The format to return the message in.

§
metadataHeaders?: string
[src]

When given and format is METADATA, only include headers specified.

§
temporaryEeccBypass?: boolean
[src]