I need to increase the timeoutMS of office365 scope, because the getmail activities is not working, I already reduced the top to 1 item and still not working.
I think it happens because there is more than 20k mails in the mailbox, and the 3min timeoutMS doesnt help me How can I increase it to 20min for example?
@Gabriel_DAlves_BR Change the value of timeoutMS to the desired duration. For example, to set it to 20 minutes, you would use 1200000 milliseconds (20 minutes × 60 seconds × 1000 milliseconds). You can always pass the timeout as constant coming from Config file to keep the value dynamic and not dependant on code.