Uipath studio: 2021.10.3 Package Uipath.Mail.Activities: 1.3.0
Hi everyone,
My objective is to retrieve E-Mails from a particular E-Mail Address throught Uipath activities.
I use currently the activity "GetExchangeMailMessages" to retrieve the Emails and it works well. However, I got the following error over a period of time:
The request failed. The underlying connection was closed: An unexpected error occurred on a receive
Forgive me if I say something incorrectly, but my understandig is the exchange protocol was not available at that time. That is why I decided to find a Workaround when it happens again. The workarround was to used the procotocol IMAP.
Uipath has the activity "GetIMAPMailMessages" in order to retrieve E-Mails. I configured this activity with following settings:
- Port: 993
- Server: The same server that I used for the exchange protocol
- SecureConnection: Auto
I am getting the following error:
The remote certificate is invalid according to the validation procedure
I do not have enough experience working with those protocols and I do not know how to have a valid certificate.
My question is: is the IMAP workarround an option for my first error?. If so, how could I solve the final error with the IMAP activity?.
Tks for your help in advance.