Post Closed
448
Views
3
Comments
How to retrieve emails from Outlook mailbox?
Question

Hi,

I have a requirement to retrieve emails from outlook mailbox with imap protocol and parse through the body to extract data and attachments. Does anyone have a suggestion for doing this in Outsystems 11 ?

2019-09-30 07-35-56
Aurelio Junior

Hi,

You could use a Forge component to connect to the email server and fetch the required data. This one seems to have what you need.

2020-09-21 08-42-47
Vincent Koning

Hi Rajarajeswari,

Is the mailbox on Office 365 or on a private Exchange environment? If it's the first than you also look into Microsoft Graph. There is a component on the Forge that could help you with this: https://www.outsystems.com/forge/component-overview/5552/microsoft-graph-connector

Greetings,

Vincent