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

MessagePartHeader

import type { MessagePartHeader } from "https://googleapis.deno.dev/v1/gmail:v1.ts";
interface MessagePartHeader {
name?: string;
value?: string;
}

§Properties

§
name?: string
[src]

The name of the header before the : separator. For example, To.

§
value?: string
[src]

The value of the header after the : separator. For example, someuser@example.com.