GetMailMessageOptions: { messageId: string; filter?: ("all" | "subject" | "body" | "date" | "from" | "to" | "cc" | "bcc" | "labels" | "attachments" | "headers")[] }

Type declaration

  • messageId: string

    The id of the mail message to query

  • Optional filter?: ("all" | "subject" | "body" | "date" | "from" | "to" | "cc" | "bcc" | "labels" | "attachments" | "headers")[]

    The query fields of the mail message. If filter includes "all" or is empty array or not specified, all fields will be returned

Generated using TypeDoc