Flag/Unflag Messages

You can flag and unflag messages using createReport and deleteReport.

Flag message

To flag a message, call the following method:

Unflag message

To unflag a message, call the following method:

Check if message is flagged

You can also check if you have previously flagged the message before by calling the following asynchronous method:

Last updated