Hello,
I would like to know how can I read email body from shared mailbox?
For example, I have an email and password of my account and have access to read/write email from shared mailbox. Now I have to read an email body text using RF.
Well, first thing to learn is to configure an external app (outside the world of Microsoft), to see if it is possible to access the mail box. I would try with Thunderbird.
You probably have some form of authentication to access the mailbox. If you use Outlook there may be some “magic” behind.
Indeed if you are using Outlook your email client is probably using Microsoft’s proprietary protocol and may not have any of the standard email protocols enabled (one organisation I worked for had many exchange servers, only the 1 server in the dmz had smtp enabled for connection to the external world).
So you may need to discuss with your email administrator what their configurations are and whether they can even enable pop3 or imap for you (some organisations there will be a “security edict” preventing them from doing this).
As an alternative many organisations that use exchange will have OWA (outlook web access) which you can access via a web browser and should be able to automate with one of the web libraries.