Need incoming email rules based on attachment name

  • Thread starter Bernard Van Hopplynus
  • Start date
B

Bernard Van Hopplynus

Hello All,

I have a problem with my outlook; I need to add a rule based on the
attachment name of an incoming email, and depending on the name i need
to forward it to different people. Is there a way to automate this? I
look at the rules delivered with outlook but there are no rule
decision based on the attachment file?

What are the easiest solutions I can use to resolve my problem?


Thanks in advance,
Bernard
 
G

Guest

You'd have to build a VBA Macro that handles the NewMail event (or better
yet, the ItemAdd event of the Inbox.Items collection), or do the same thing
with a COM Add-In. If you have Exchange, you can also build an Event Sink so
that your rules are not dependant on Outlook running.

Automating Outlook E-mail Handling with VBA
http://msdn.microsoft.com/library/d...n-us/dnovba01/html/RulesWizard.asp?frame=true

Developing COM Add-ins for Microsoft Outlook:
http://www.outlookcode.com/d/comaddins.htm

Power Up Your Apps With Event Sinks:
http://www.ftponline.com/wss/2002_07/online/exchange_pcardoza_07_22_02/
 

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