Link to home
Start Free TrialLog in
Avatar of bshrift
bshrift

asked on

outlook auto organize and folder creation

I've been looking for a program that will automatically organize email for me, but I can't seem to find anything.

I'm looking for some sort of Outlook Add-on Software that I can run on a folder that will automatically organize the emails by domain, putting them into sub-folders with the domain name.

So, for example, if I have a folder called "To File", and I can run something on the folder that will go thru each email and auto-move them into sub-folders based on the domain name.  This will allow all my client emails to be organized nice and easily.  

Thoughts?
Avatar of borki
borki
Flag of Australia image

I am not aware of any add-in that would do this out of the box. However, if you are not afraid to get your hands "dirty", you could write some Outlook VBA code that would do this for you.

Start with
http://www.outlookcode.com/Default.aspx

More specifically look at:
http://support.microsoft.com/?kbid=208520

and
http://www.developer.com/net/vb/article.php/1540121/Making-Microsoft-Outlook-Useful---Part-1.htm
http://www.developer.com/net/vb/article.php/1540131/Making-Microsoft-Outlook-Useful---Part-2.htm

HTH




Avatar of bshrift
bshrift

ASKER

Sorry....I don't do any coding wouldn't know where to start.
Avatar of bshrift

ASKER

Let me rephrase that....you just told me where to start, but moving forward from that wouldn't work out so well.
What version of Outlook do you use? I might be able to write a bit of code to get you on track.
Avatar of bshrift

ASKER

Thanks, I'm using 2010
ASKER CERTIFIED SOLUTION
Avatar of borki
borki
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial