Appwrite C++ SDK
Auto-generated API documentation for the Appwrite C++ SDK
Loading...
Searching...
No Matches
updateEmail Class Reference

Update an email message by its ID. More...

#include <Messaging.hpp>

Collaboration diagram for updateEmail:

Detailed Description

Update an email message by its ID.

This method belongs to the updateEmail class and provides the functionality to update the subject and content of an existing email message via the Appwrite Messaging API.

Parameters
messageIdUnique message identifier
subjectNew subject of the email
contentUpdated content/body of the email
Returns
JSON response string from the server
Exceptions
AppwriteExceptionif parameters are invalid or request fails

The documentation for this class was generated from the following file: