Replacement For CDO Library

Joined
Jun 9, 2009
Messages
3
Reaction score
0
I'm rewriting a VBA application that reads emails from a mailbox on
exchange server on the network and parses the info and puts them
to a database. I need something to replace these lines of code:

Set objSession = CreateObject("MAPI.Session")
objSession.Logon ProfileInfo:=server & vbLf & mailBoxName
Dim objFolder As MAPI.Folder
Set objFolder = objSession.Inbox

Please let me know if you have any solution.
Thanks
 

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