Delete an Outlook.com email
Input
id requiredMessage id from list_emails (the row's id attribute).
folder optionalFolder the message lives in, named as it appears in your folder list (e.g. Inbox, Archive, Junk Email). Case and surrounding spaces do not matter. Two folders are refused rather than half-supported: Drafts, because selecting a draft opens it in the composer, and Deleted Items, because deleting there is permanent and Outlook gates it behind a confirmation dialog.
Default: "Inbox"Output
id requiredfolder requireddeleted requiredTrue only when the target row is gone AND no other row disappeared with it. Never inferred from the keypress.
permanent requiredTrue when the message is NOT recoverable from Deleted Items. Only trust this when recoverabilityConfirmed is true — deleting from Junk Email destroys a message outright, while deleting from an ordinary folder files it in Deleted Items.
remaining optionalRows still rendered in the source folder. The list is virtualised and backfills, so this is not a folder total and is not used to verify the deletion.
recoverableAs optionalThe id the message now has in Deleted Items, when it was found there. Outlook gives a message a new id per folder, so the id passed in will not find it.
recoverabilityConfirmed optionalWhether the recoverability verdict was actually established by looking. False means Deleted Items could not be read conclusively (its list is virtualised), so `permanent` is a default rather than a finding and the message may well still be recoverable.
