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

UsersMessagesInsertOptions

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

Additional options for Gmail#usersMessagesInsert.

interface UsersMessagesInsertOptions {
deleted?: boolean;
internalDateSource?: "receivedTime" | "dateHeader";
}

§Properties

§
deleted?: boolean
[src]

Mark the email as permanently deleted (not TRASH) and only visible in Google Vault to a Vault administrator. Only used for Google Workspace accounts.

§
internalDateSource?: "receivedTime" | "dateHeader"
[src]

Source for Gmail's internal date of the message.