Skip to main content

Changes properties of an email. This does not care about the previous status, i.e. setting a property to the

 same value as before will still result in a success response.

Changes properties of an email. This does not care about the previous status, i.e. setting a property to the same value as before will still result in a success response.

Path Parameters
  • emailId integer required

    Possible values: Value must match regular expression \d+

    which email to modify

Request Body
  • folder if not null, this specifies a folder to which the email shall be moved
  • isRead if not null, this sets the email's new read status
Responses

Success.

Loading...