Is there a way to create a rule, so that it:
1) looks at the sender of the incoming email
2)
a) moves message to a folder corresponding to sender's name, if folder
already exists; else
b) creates a personal folder with the sender's name and then move the
message into the new folder.
Example:
Incoming email from Angel Sodano.
Folder named "ANGEL SODANO" exists -> move message into this folder.
Incoming email from Angelo Sodano.
Folder named "ANGELO Sodano" does not exist -> create folder named
"ANGELO Sodano", move the new message into that folder.
Benjamin Gay [MSFT] - 21 Feb 2007 18:27 GMT
> Is there a way to create a rule, so that it:
> 1) looks at the sender of the incoming email
[quoted text clipped - 3 lines]
> b) creates a personal folder with the sender's name and then move the
> message into the new folder.
Great question!
I am not aware of a method of doing this nativly using the built in rules
wizard. With this being said you could achieve this if you are willing to do
a little scripting or if you want to delve into this further have an
application that performs this task. The easiest way to do this would
probably be to create a new rule that run's a script that would be
responsible for implementing this functionality.
If we take this a little further though I am assuming that you want to file
correspondance from specific people so that you can find information easily?
Would this be correct? The reason I ask is that there are several other
methods that you can use to achieve a similar result. For example you could
create a view that groups by sender. If you wanted to do even more filtering
you could have custom views on search folders as well.
Thanks

Signature
Benjamin Gay [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights
Brian Tillman - 21 Feb 2007 18:30 GMT
> Is there a way to create a rule, so that it:
> 1) looks at the sender of the incoming email
> 2)
> a) moves message to a folder corresponding to sender's name, if folder
> already exists;
Easy.
> else
> b) creates a personal folder with the sender's name and then move the
> message into the new folder.
Not possible. Folders cannot be created by rule.

Signature
Brian Tillman
Diane Poremsky [MVP] - 21 Feb 2007 23:21 GMT
not natively, but it's possible as there are addins that do it. It's really
not a very good way to handle mail though - it's too easy to lose messages
this way.

Signature
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
Outlook 2007: http://www.slipstick.com/outlook/ol2007/
Outlook Tips by email:
dailytips-subscribe-request@lists.outlooktips.net
Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com
Subscribe to Exchange Messaging Outlook newsletter:
EMO-NEWSLETTER-SUBSCRIBE-REQUEST@PEACH.EASE.LSOFT.COM
> Is there a way to create a rule, so that it:
> 1) looks at the sender of the incoming email
[quoted text clipped - 9 lines]
> Folder named "ANGELO Sodano" does not exist -> create folder named
> "ANGELO Sodano", move the new message into that folder.