cancel
Showing results for 
Search instead for 
Did you mean: 

Read emails without GUI interaction

sindujaNehruji1
Level 3
Hi,

Is it possible to read emails from shared mail box without GUI interaction? I know there is an option in MS Outlook vbo to read mails from shared mail box, but is it possible to achieve the same from backend?

------------------------------
sinduja Nehruji
------------------------------
7 REPLIES 7

Hi Sinduja

Are you using the out the box MS Outlook vbo? this shouldnt use the gui it creates an instance into outlook when getting emails but doesnt launch the application or interact with the UI. It is possible to get emails from outlook server using smtp/pop3 actions but you would need to get the port and server details from your IT to do this.

------------------------------
Michael ONeil
Technical Lead developer
Everis Consultancy
Europe/London
------------------------------

Devendra_KumarP
Level 7
Hi Sinduja, 

You can use SMTP to get email without Launching / interacting with GUI.

------------------------------
Devendra Kumar Prajapati
Tech Lead
Infosys
Europe/London
------------------------------
Devendra Kumar Prajapati RPA Manager Infosys Chandigarh, India

Hi Sinduja,

In order to read email without using the Outlook GUI, you can either use the out of the box Outlook VBO as suggested by Michael. Also, there used to be another VBO which does not uses any Interop DLL but directly uses the creates an Outlook application object.


Also, please note that you can use the 'SMPTP/POP3' action if you have the POP3 server details and port number. For reading emails, you need to use POP3 protocol while for sending email SMTP is used.

------------------------------
Regards,
Devneet Mohanty
Intelligent Automation Consultant
Blueprism 6x Certified Professional
Website: https://devneet.github.io/
Email: devneetmohanty07@gmail.com
------------------------------
---------------------------------------------------------------------------------------------------------------------------------------
Hope this helps you out and if so, please mark the current thread as the 'Answer', so others can refer to the same for reference in future.
Regards,
Devneet Mohanty,
SS&C Blueprism Community MVP 2024,
Automation Architect,
Wonderbotz India Pvt. Ltd.

Hi Devneet,

Thanks for your response. Where could I find the out of the box Outlook VBO. I hope it  is different from the MS Outlook VBO that we use?

------------------------------
sinduja Nehruji
------------------------------

Hi Sinduja 

The out the box vbo for outlook is found in the blueprism installation folder in the subfolder 'VBO' e.g. C:\Program Files (x86)\Blue Prism Limited\Blue Prism Automate\VBO\BPA Object - MS Outlook Email

There was another one available on the dx but I cant seem to find it anymore so I have added it here for you.

------------------------------
Michael ONeil
Technical Lead developer
Everis Consultancy
Europe/London
------------------------------

added file

------------------------------
Michael ONeil
Technical Lead developer
Everis Consultancy
Europe/London
------------------------------

Hi Michael 

Thanks for your response. I will try using this object.

Thanks
Sinduja


------------------------------
sinduja Nehruji
------------------------------