How can i write optimize the code for below use case:
- I have 40 different email accounts setup in outlook
- I have to go to each email account’s Inbox and read the email
- There can be combination of 40 Inboxes and each inbox having 40 emails to read.
Note i know i can drag “Email connect “ command 40 times but that leads to increase the line of code .Is there any method which can reduce the line of code. ( like use of Global variable etc.)