Writing an Outlook Express Address Book Record

C

Chaplain Doug

How may I from Access VBA programmatically write an entry
or record to my Outlook Express address book (and more
specifically to a group within my Outlook Express address
book). Thanks.
 
D

Douglas J. Steele

I doubt very much that it's possible. Unlike Outlook, Outlook Express
doesn't expose itself for automation.
 
D

Dirk Goldgar

Chaplain Doug said:
How may I from Access VBA programmatically write an entry
or record to my Outlook Express address book (and more
specifically to a group within my Outlook Express address
book). Thanks.

You may be able to write out entries to a delimited text file, which
could later be manually imported to your address book. But AFAIK you
can't automate OE.
 
Top