Interface SearchObject

Hierarchy

  • SearchObject

Properties

all?: boolean
answered?: boolean
bcc?: string
before?: string | Date
body?: string
cc?: string
deleted?: boolean
draft?: boolean
emailId?: string
flagged?: boolean
from?: string
header?: {
    [key: string]: boolean | string;
}

Type declaration

  • [key: string]: boolean | string
keyword?: string
larger?: number
modseq?: bigint
new?: boolean
old?: boolean
on?: string | Date
recent?: boolean
seen?: boolean
sentBefore?: string | Date
sentOn?: string | Date
sentSince?: string | Date
seq?: string
since?: string | Date
smaller?: number
subject?: string
threadId?: string
to?: string
uid?: string
unKeyword?: string

Generated using TypeDoc