Interface ILetter

Hierarchy

  • ILetter

Properties

attachments: IAttachments[]
body: string
body_html: string
contacts: IContacts[]
crm_entities: {
    companies: ICrmEntity[];
    contacts: ICrmEntity[];
    deals: ICrmEntity[];
    leads: ICrmEntity[];
}

Type declaration

date: number
email: IEmailBox
email_id: number
folders: IFolder[]
id: number
is_first_reply?: boolean
is_read: boolean
is_thread?: boolean
main_message_id?: string
message_id: string
parent_message_id?: string
status: LetterStatus
subject: string
thread_length?: number
uid: number

Generated using TypeDoc