The Blue Prism object "EWS Mail Object" for working with outlook is throwing below error.
"Microsoft.Exchange.WebServices.Data.ServiceResponseException: An internal server error occurred. The operation failed.
at Microsoft.Exchange.WebServices.Data.ServiceResponse.InternalThrowIfNecessary()
at Microsoft.Exchange.WebServices.Data.MultiResponseServiceRequest`1.Execute()
at Microsoft.Exchange.WebServices.Data.ExchangeService.InternalLoadPropertiesForItems(IEnumerable`1 items, PropertySet propertySet, ServiceErrorHandling errorHandling)
at Microsoft.Exchange.WebServices.Data.Item.InternalLoad(PropertySet propertySet)
at EWS_Mail_Object_Consolidated.Read_latest_mail1(DataTable Coll, String UserName, String Password, String MailID, String Service_URL, Boolean unread_mails, DataTable& Call3, Boolean& Success, String& Message)"
I am feeling clueless about this error, Any help would be much appreciated.
Thanks!