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