Help with Microsoft Outlook 11. object library

junroc

New member
Joined
Jun 3, 2005
Messages
1
Programming Experience
Beginner
I am trying to create a windows application in VB.NET where I can retrieve email messages in a specified folder (not the inbox) in my Microsoft Outlook.

Ultimately I am trying to parse out information from the subject line in these email messages and then update their status in a database.

Any help would be appreciated. TY in advance.
 
Stuck with a similar problem. I'm trying to retrieve the address book from an Exchange 2000 server.

BUT as for your problem, there is an example in the SDK covering it. You have to use the CDO object to retrieve it. Remember to Reference the CDO Object Library though. Just look for the Microsoft Outlook in the index of the SDK.

Hope it helps
 
Back
Top