G
Guest
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!
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!