Mail Recall

0
Hi Community, How to recall a mail sent to another mail ? 
asked
1 answers
1

Hi ArunMani,

 

Email recall is currently only available in Beta via the Microsoft Graph API and not supported directly through traditional email servers

 

Use task queue  with a status like Draft,Unsent

 

After certain period trigger the Schedular Event to send email in the above status

 

https://learn.microsoft.com/en-us/graph/api/message-recall?view=graph-rest-beta

 

 

answered