|
Subject:
|
outlook express interface with vb or .net
|
|
Posted By:
|
manju_cs402
|
Post Date:
|
9/26/2006 1:57:00 AM
|
how to retrieve and insert outlook express address book using .net or vb can any one cul'd give me a sample code for doing this??
thank you and regards
|
|
Reply By:
|
Rod Stephens
|
Reply Date:
|
9/26/2006 8:16:19 AM
|
If you look around the net, you can find articles that say you can use the MAPI Session object's OpenAddressBook method but in my (fairly old) version that method isn't there. I'm pretty sure you can do this with CDO if you have that installed. Most of this is designed to work with Outlook rather than Outlook Express, however.
But I would say that CDO will probably do what you need. Sorry I don't have an example handy.
Rod
Rod RodStephens@vb-helper.com Author of "Visual Basic 2005 Programmer's Reference" http://www.vb-helper.com/vb_prog_ref.htm
Sign up for the free VB Helper Newsletters at http://www.vb-helper.com/newsletter.html
|