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
headersis supported since desktop client v6.4.5.Deprecated
editorStateis deprecated since desktop client v6.4.5, will be removed later, not recommended to use.