update Email Messages
Update multiple EmailMessages using a list of identifiers.
Email messages can only be updated in batches of 100 or less. Anything greater will throw an EmailMessageException.LimitExceededException.
This API returns a BatchOperationResult:
On Success, all email messages succeeded to update.
On Partial, only a partial amount of messages succeeded to update. Result includes a list of identifiers of the email messages that failed and succeeded to update.
On Failure, all email messages failed to update. Result contains a list of identifiers of email messages that failed to update.
Return
A success, partial or failed BatchOperationResult result containing either a list of identifiers of email messages that succeeded or failed to be updated.
Parameters
UpdateEmailMessagesInput Parameters used to update a list of email messages.