Type alias GetMailActiveEditorDataOptions
GetMailActiveEditorDataOptions: { filter?: ("draftId" | "from" | "to" | "cc" | "bcc" | "subject" | "body" | "headers" | "editorState")[] }
Type declaration
-
Optional
filter?: ("draftId" | "from" | "to" | "cc" | "bcc" | "subject" | "body" | "headers" | "editorState")[]
Specify which fields to include. By default, all fields are included.
Since
headers
is supported since desktop client v6.4.5.Deprecated
editorState
is deprecated since desktop client v6.4.5, will be removed later, not recommended to use.