Hello!
I'm asked to write a function to get user's email address from the email user has openned in Outlook. I have some questions about it:
1. There could be multiple user accounts on the Outlook, how can I know which account this email belongs to?
I have had the MailItem object, item. Should item.session.CurrentUser.Address be the right email address for this email?
2. If I have had the email address in X400 format, how I can convert it to smtp format?
I saw a similar post below, but it used third party tool, Redemption. It's a lot of trouble to use a third party tool in our project and it's not free. Is there any chance I can solve this without any third party tool?
Thank you very much.
I'm asked to write a function to get user's email address from the email user has openned in Outlook. I have some questions about it:
1. There could be multiple user accounts on the Outlook, how can I know which account this email belongs to?
I have had the MailItem object, item. Should item.session.CurrentUser.Address be the right email address for this email?
2. If I have had the email address in X400 format, how I can convert it to smtp format?
I saw a similar post below, but it used third party tool, Redemption. It's a lot of trouble to use a third party tool in our project and it's not free. Is there any chance I can solve this without any third party tool?
Thank you very much.