clear_email_flag
Clears the follow-up flag on an Outlook email by ID, setting status to 'not flagged'. Confirms success or returns an error if the email ID does not exist.
Instructions
Clear the follow-up flag from an email, setting it to "not flagged". This is a convenience shortcut equivalent to set_email_flag with flag_status 0. Returns a success confirmation. Returns an error if the email ID does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_id | Yes | The email ID to clear the flag from (e.g., from list_emails or search_emails) |