ComposeNewParams interface

Parameters supplied when composing a new mail item

Extends

ComposeMailBase<New>

Properties

bccRecipients

The Bcc: recipients for the message

ccRecipients

The Cc: recipients for the message

message

The body of the message

subject

The subject of the message

toRecipients

The To: recipients for the message

Inherited Properties

type

Type of the mail item being composed.

Property Details

bccRecipients

The Bcc: recipients for the message

bccRecipients?: string[]

Property Value

string[]

ccRecipients

The Cc: recipients for the message

ccRecipients?: string[]

Property Value

string[]

message

The body of the message

message?: string

Property Value

string

subject

The subject of the message

subject?: string

Property Value

string

toRecipients

The To: recipients for the message

toRecipients?: string[]

Property Value

string[]

Inherited Property Details

type

Type of the mail item being composed.

type: New

Property Value

New

Inherited From ComposeMailBase.type