UpdateEmailMessagesInput

Input object containing information required to update an email message.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
data class UpdatableValues(val folderId: String? = null, val seen: Boolean? = null)

Email message values that can be updated. If null is passed into these parameters then no update is performed.

Properties

Link copied to clipboard

List A list of one or more identifiers of the email messages to be updated. There is a limit of 100 email message identifiers per request. Exceeding this will cause an exception. to be thrown.

Link copied to clipboard

UpdatableValues The new value(s) to set for each email message.