Run a macro

B

Bre-x

I would like to run a macro every time i receive a email
from an especific user

if [email protected] then
msgbox "You got Mail!"
else
'do nothing
end if

Can it be done?

Thank you all
 
Top