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
 
Back
Top