Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Interacting with Ms Outlook Express

Status
Not open for further replies.

colttaylor

Programmer
Aug 20, 2002
117
US
Does anyone have an approach for getting a list of email messages (with title, date, and sender/recipient email addresses) out of outlook express's mailboxes?
I am enhancing my accounting system with correspondent
management features (tracking phonecalls, letters and emails between my users and their business contacts, (customers, vendors, employees, etc.). I don't want to create a complete email client (with its own mailboxes) within my software. Rather, I would like to interact with the outlook express mailboxes in the following ways...

When a user is in the A/P-Vendor Maintenance screen within my software, I would like them to see a listbox of all emails sent from or received by the selected vendor's email address (that email address is a field in my database). I want the listbox to show date, title and all email addresses involved. If my user then double clicks on a line in that listbox, I would like the complete email message to be displayed.

Further, I have an email button on that maintenance screen which leads to a dialog box where my user can compose an email to the selected vendor and send it. Right now, none of the emails sent this way, get stored in outlook express's sent-items mailbox. I would like them to be stored there so that both outlook and my program have a complete view of the correspondence.

This all sounds like it could be handled using the ole features of Outlook Express, but I am not sure where to start on such an endeavor. Any clues are most welcome!

Thanks in advance,
Colt.


If it's stupid but it works, it isn't stupid
 
I think there is no OLE/COM with Outlook Express, only with "real" Outlook. The alternative is an EMAPI connection to the Exchange Server itself (this is non-trivial).

Cheers
 
Or you could explore the .dbx file-format...

HTH
TonHu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top