
Scripting Auto-Filing of Mail Messages on Send
See http://www.slipstick.com/dev/code/setsavefolder.htm for a basic
structure that you can embellish by adding statements to check the values of
various properties of the Item argument.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming - coming Fall 2002
http://www.slipstick.com/books/jumpstart.htm
Quote:
> Outlook 2002 has UI features for moving mail messages when
> they're sent. And that would be all I needed. But it
> doesn't get down to a detailed enoug level - letting me
> look into the recipient's with enough detail, etc. I guess
> I need to write a handler for the ItemSend() event, but
> that means that I'll have to look at the item, send it
> through code, and then file it through code too. I can't
> find any good examples of that. Anyone have one?