Move the Email to Trash


Syntax:

  1. Import:

    • from frappe.email.inbox import mark_as_trash, mark_as_closed_open

  2. How to Use:

    • mark_as_trash("Email Name")

  3. Example:


It is used to move the email to trash.

On this page