Any Thoughts

V

Virtualdjs

I manage my clients in an access database. I also of course receive email
from them in outlook 2003.

Anyone herd of a way to have a tab or sub form that displays those messeges
(basically backending to outlook)

Just curious.
 
D

Danny J. Lesandrini

I once wrote some code in a VB app that would "watch" my inbox for me
and alert me of any new emails. (Outlook does this nicely itself these days.)
The code is at my site and while I don't offer free support, you may download
the source and see how I did it. The same code could be used from Access
to load a list box with mail item data from Outlook folders.

http://amazecreations.com/datafast/GetFile.aspx?file=VB6InboxWatcher.zip
 
V

Virtualdjs

Thanks, I'll take a look

Danny J. Lesandrini said:
I once wrote some code in a VB app that would "watch" my inbox for me
and alert me of any new emails. (Outlook does this nicely itself these days.)
The code is at my site and while I don't offer free support, you may download
the source and see how I did it. The same code could be used from Access
to load a list box with mail item data from Outlook folders.

http://amazecreations.com/datafast/GetFile.aspx?file=VB6InboxWatcher.zip

--

Danny J. Lesandrini
[email protected]
http://amazecreations.com/datafast/
 
Top