Macro as a Rule

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

Guest

Hi all

Sorry for my bad englis

I done a macro that save attachments from email to "My Folder",
but i want that macro will be execute every time a mail arrive into my Inbox as a rule

It's impossible

Tnx all
 
If you're using Outlook 2002 or 2003, use the "run a script" macro action
with a macro using this syntax:

Sub MyMacro(MyMailItem as MailItem)
' do something with MyMailItem
End Sub
 
Hi all.

Sorry for my bad english

I done a macro that save attachments from email to "My Folder",
but i want that macro will be execute every time a mail arrive into my
Inbox as a rule.

It's impossible ?

Tnx all

Hi.
I'm looking just for such a script.
I would greatly appreciate you posting your code or emailing to relorza-at-
wanadoo-dot-es.
Thanks
R
 

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