Question about getting user's email address

Joined
Feb 4, 2009
Messages
2
Reaction score
0
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top