How to apply rules to selected messages

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

Guest

Is there a way to select a number of messages in a folder (say "Inbox") and
then apply the rules to only those messages? I don't want to apply the rules
"as they come in" (or as they are sent out).

Also, are they any programming (scripting) options for creating my rules?
Something like:

FROM = <message>.<from>
if PersonalFolders.FROM exists then
move <message> to PersonalFolders.FROM

Thanks!
 
CRonMorgan, you wrote on Fri, 23 Mar 2007 14:30:03 -0700:
Is there a way to select a number of messages in a folder (say "Inbox") and
then apply the rules to only those messages?

No. Only folders and their content can be selected, but no singele
mails.
I don't want to apply the rules "as they come in" (or as they are sent out).

Deactivate the rules.
Also, are they any programming (scripting) options for creating my rules?
Something like:
FROM = <message>.<from>
if PersonalFolders.FROM exists then
move <message> to PersonalFolders.FROM

Not with Outlook rules but possibly with VBA
 

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