My Get Outlook Mail activity is not working. Currently It is saying timeout reach. There is no error message. But previously it was working. I have also tested, that same activity is working for other server.
Can anyone help me to fix the issue. It is really under highest priority.\
I think you should have lot of emails to retrieve I guess that’s why it is getting timed out. Try to use filters to retrieve specific emails instead of reading lot of emails or increasing the TimeoutMS property of activity. Like 150000 so that it will wait more time to read emails. Thanks