Hi
@Kalash Sharma,
You can try adding a check of the message items MessageClass property to ensure it's not of type Recall. Take a look at the Code stage for the
Internal_Get_Items action. The Code stage should look something like this:
Insert a new row a line 58 with the following code:
If (item.MessageClass = "IPM.Outlook.Recall") Then Continue For
The resulting code should look something like this:
This should skip any recall messages encountered in the collection of the received items.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------