Class: CreateMessageAck

CreateMessageAck

new CreateMessageAck(jmap, response)

This class should be used to wrap a create response item from a setMessages request.

Parameters:
Name Type Description
jmap Client

The Client instance that created this OutboundMessage.

response Object

The raw created response object.

Properties
Name Type Attributes Default Description
blobId String

The server side generated blobId of the created message.

size Number

The server side size of the created message.

id String <optional>
null

The server side generated message id of the created message.

threadId String <optional>
null

The server side assigned threadId of the created message.

Source:
See:

Extends