Appwrite C++ SDK
Auto-generated API documentation for the Appwrite C++ SDK
|
Update an email message by its ID. More...
#include <Messaging.hpp>
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.
messageId | Unique message identifier |
subject | New subject of the email |
content | Updated content/body of the email |
AppwriteException | if parameters are invalid or request fails |