1.0.6 • Published 4 years ago

create-outlook-mail v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago