21-02-23 07:11 AM
Hii all my requirment is .Create a reusable process to cleanup mails in an outlook folder.Process should get the startup param such as folder name and datetim
for example - if we need to delete emails in Sent items which are 90 days older , i tried using delete outlook email action under outllok vbo but it is asking entry id as input , but there is no action under outllok vbo which provide entry id as output . can u provide any suggestions or help with this please
Answered! Go to Answer.
21-02-23 02:35 PM
Thanks Eric
23-02-23 05:44 AM
Hii.Is there any custom code to delete mails in bulk , taling entry id's as collection , looping through entry id's usuallyb takes a lot of time
23-02-23 04:53 PM
Hello @Gowtham Bopaiah
Microsoft Graph supports a batch endpoint which could be used to perform multiple actions through one request. We haven't implemented this in the Outlook connector yet, but I will add it to our backlog. In the meantime, here's a link to the Microsoft documentation that discusses the batch endpoint in case you want to try implementing it yourself.
https://learn.microsoft.com/en-us/graph/json-batching
Cheers,