Which mail activity can be used for getting outlook emails without opening outlook app or web during runtime

Hi All,
Need help in Mail automation. My Outlook app is not working. So I need to run the workflow to retrieve emails from outlook without opening app or web.
Which mail activity can be used for getting outlook emails without opening outlook app or web during runtime

Please help.

Thank you.

Hi @Nancy29

use the Get Imap Mail Messages activity to retrieve the mails from the outlook.
Please give the port as 993 and server as outlook.office365.com and for account to be used please pass the login credentials of that particular account. While passing the password if you want to give directly please use the Password field and if you want to pass the password securely then please use the secure password.

Regards

1 Like

Hi @Nancy29

You can use the Get Imap mail messages activity to retrieve the mails from the outlook.
For using this activity you have to provide the outlook username and password as well outlook server name and port number in the properties panel.

Check the below image for better understanding,

provide these outlook server and port number
Server - outlook.office365.com
Port - 993

Hope it helps!!

1 Like

Hi @Nancy29

If you find the solution please do mark as solution to close the loop.

Regards