Optional draftOptional from?: { name: string; email: string }sender
Optional to?: { name: string; email: string }[]recipients
Optional cc?: { name: string; email: string }[]cc recipients
Optional bcc?: { name: string; email: string }[]bcc recipients
Optional subject?: stringemail subject
Optional body?: stringemail body
Optional headers?: { name: `X-Zoom-App-${string}`; value: string }[]app custom headers
Optional editorAny app local state associated with the editor instance
Generated using TypeDoc
email draft id