Emails from Outlook 2003: The receipients email-addresses!

A

Anders Berlin

I am importing emails from Outlook 2003 into Access 2003 with Visual Basic.
I have managed to get the Email-address of the sender into Access with:

Rst!From = OlMail.SenderName

However, I would like to have all the receipients email-addresses as well.
Right now I am using:

Rst!To = OlMail.To

But that will NOT give me the email-addresses, only the “names†of the
receipients.

Maybe it has something to do with the fact that there can only 1 sender, but
many receipients.
But I am sure there must be a way to get a all the email-addresses in one
field somehow?

Thanks for any help!
 

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