G
Guest
I am not a programmer, but I follow directions well. My company just
switched to Outlook 2003 on an Exchange server. All of Outlook's rules are
for positive conditions, but I need one to filter out mail that does NOT come
from one of two addresses by sending a text reply ("This mailbox is for
outgoing mail only. Please use our web form..." etc.) with the senders
message attached and then deleting the original message.
CONDITIONS: IF MailItem 'From' DOES NOT contain 'webprops' or (e-mail address removed)'
ACTIONS: THEN Reply w/Text AND Delete
switched to Outlook 2003 on an Exchange server. All of Outlook's rules are
for positive conditions, but I need one to filter out mail that does NOT come
from one of two addresses by sending a text reply ("This mailbox is for
outgoing mail only. Please use our web form..." etc.) with the senders
message attached and then deleting the original message.
CONDITIONS: IF MailItem 'From' DOES NOT contain 'webprops' or (e-mail address removed)'
ACTIONS: THEN Reply w/Text AND Delete