This is preliminary documentation for the message composition window API being developed in bug 1503423.
- [
details
] (:ref:`compose.ComposeParams`)
messageId
(integer) The message to reply to- [
replyType
] (string)
Values for replyType:
replyToSender
replyToList
replyToAll
messageId
(integer) The message to reply to- [
forwardType
] (string) - [
details
] (:ref:`compose.ComposeParams`)
Values for forwardType:
forwardInline
forwardAsAttachment
object
- [
bcc
] (array of :ref:`compose.ComposeRecipient`) - [
body
] (string) - [
cc
] (array of :ref:`compose.ComposeRecipient`) - [
replyTo
] (string) - [
subject
] (string) - [
to
] (array of :ref:`compose.ComposeRecipient`)
string: A name and email address in the format "Name <email@example.com>", or just an email address
OR
object:
id
(string) The ID of a contact or mailing list from the :doc:`contacts` and :doc:`mailingLists` APIstype
(string) Which sort of object this ID is for
Values for type:
contact
mailingList