ComposeReplyOrForwardParams interface

Parameters supplied when composing a reply to or forward of a message

See ComposeMailType

Extends

ComposeMailBase<T>

Properties

itemid

An unique base64-encoded string id that represents the mail message.

Inherited Properties

type

Type of the mail item being composed.

Property Details

itemid

An unique base64-encoded string id that represents the mail message.

itemid: string

Property Value

string

Inherited Property Details

type

Type of the mail item being composed.

type: T

Property Value

T

Inherited From ComposeMailBase.type