Office Integration From VB Form

B

Brian P. Hammer

All,

I am looking for ideas, code samples, links about topics to access Outlook.
In my app, I want to allow a user to open an Outlook public folder of
contact records. Then allow user to select a contact and have it linked
(path stored in SQL) to the record.
Any information would be great.

Thanks,
Brian P. Hammer
 
A

a

Thanks for your answer to me, maybe I can help here!

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnofftalk/html/office11012001.asp

This is a link to an old article about .NET and Office. There is a
downloadable Office Interop Assembly you can reference in your app and use
it to talk to office. I seem to remember in the poast that Public folders
were more difficult to hit than other folders.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnoxpta/html/odc_oxppias.asp

This is a link to get the Assemblies, plus another article.

Good Luck,

Kevin
 

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