
Sending Access data to Outlook Express
With Outlook you can program:
Dim o As New Outlook.Application
Dim f As Object, itm As MailItem
Set itm = o.CreateItem(olMailItem) 'etc.
Is this also possible with outlook express? Which library
do you have to choose in the references?