Options
All
  • Public
  • Public/Protected
  • All
Menu

Module message

Index

Type aliases

IMessage

IMessage: { attachments: any[]; bcc: any[]; body?: string; cc: any[]; date: Date; displayNames: string[][]; from: string; hasAttachment: boolean; id: string; parentId: string; response: boolean; state: string; subject: string; systemFolder: string; threadId: string; to: string[]; unread: boolean }

Type declaration

  • attachments: any[]
  • bcc: any[]
  • Optional body?: string
  • cc: any[]
  • date: Date
  • displayNames: string[][]
  • from: string
  • hasAttachment: boolean
  • id: string
  • parentId: string
  • response: boolean
  • state: string
  • subject: string
  • systemFolder: string
  • threadId: string
  • to: string[]
  • unread: boolean

IMessageConfig

IMessageConfig: { attachments?: string; bcc?: string; body: string; cc?: string[]; parseBody?: boolean; signature?: string; subject?: string; to?: string[] }

Type declaration

  • Optional attachments?: string
  • Optional bcc?: string
  • body: string
  • Optional cc?: string[]
  • Optional parseBody?: boolean
  • Optional signature?: string
  • Optional subject?: string
  • Optional to?: string[]

Generated using TypeDoc