interface EmailMessageProps {
    clientRefId?: string;
    createdAt: Date;
    date?: Date;
    direction: Direction;
    emailAddressId: string;
    folderId: string;
    forwarded: boolean;
    id: string;
    owner: string;
    owners: Owner[];
    previousFolderId?: string;
    repliedTo: boolean;
    seen: boolean;
    size: number;
    sortDate: Date;
    state: State;
    updatedAt: Date;
    version: number;
}

Hierarchy (view full)

Properties

clientRefId?: string
createdAt: Date
date?: Date
direction: Direction
emailAddressId: string
folderId: string
forwarded: boolean
id: string
owner: string
owners: Owner[]
previousFolderId?: string
repliedTo: boolean
seen: boolean
size: number
sortDate: Date
state: State
updatedAt: Date
version: number