outlook & VB spam filter

  • Thread starter Thread starter Mike Dickerson
  • Start date Start date
M

Mike Dickerson

I wanna free spam filter, so i'm trying to write it. I'm having a
problem finding the current incoming mailitem.

Found some code that return the ActiveExplorer item, which seems to be
whatever is open in the preview pane, I want the current incoming item.

Any suggestions from one of you pro's out there?
 
Use the ItemAdd event of the Items collection of the Inbox, that gives you
each new message as it comes in unless 16 or more at a time come in.
 

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