Any Thoughts

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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
 
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
(e-mail address removed)
http://amazecreations.com/datafast/
 
yeah.. right click in an MDB and LINK to an outlook folder

much easier
 

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

Back
Top