create-outlook-mail
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

create-outlook-mail

Create Outlook new mail dialog with form completation

Screenshot

Mail Dialog

Example

  import { createMail, IEmailOptions } from 'create-outlook-mail'
 
  const options: IEmailOptions = { /* options */ }
 
  const isModal = false
 
  await createMail(options, isModal) 
IEmailOptions {
  to?: string
  subject?: string
  cc?: string
  bcc?: string
  body?: string
  bodyType?: 'html' | 'text'
  attachments?: string[]
}

Read more about modal option here

Readme

Keywords

none

Package Sidebar

Install

npm i create-outlook-mail

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

720 kB

Total Files

16

Last publish

Collaborators

  • jarthursantos