Catch Sender and Recipient by Outlook

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I made a service to manage emails. It must identify each email by its
suject, from (sender) and to (recipient). I can get subject value by using

objMsg.Subject

but could not find the property to catch 'From' and 'To' values, anybody
give a hand?

Thank in advance
 
I found how to get sender's name but still don't know how to get recipient'
name:

Debug.WriteLine((CType(objMsg.Sender, MAPI.AddressEntry)).Address)
 

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

Back
Top