Hello,
I am trying to retrieve the email messages from my Inbox of Microsoft email Exchange Server.
I tried with inbuilt workflow "Retrieve messages (via MailClient)" located under library/Mail. But I received "connect failed" error message during execution of the below line of this workflow.
myMailClient.connect( mailServer, mailPort, mailUsername, mailPassword);
I am using pop3 protocol and port 143. please see below screenshot. Though I am able to send the email successfully via "sent notification" workflow under library/mail folder.
I have also tried with "imap" protocol and with port 25. It was also not working. I am not sure why it is not working ? Is anything wrong in the input values ?
Please help me out.
Thanks,
Koushik