I haven't played with that code in quite a while. You should try taking out the check for whether the target folder is in the default store. If that doesn't work, you'll need to take a different approach, moving items after they land in the Sent Items folder. For that, you'd use the MAPIFolder.Items.ItemAdd event.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"jasoncw" wrote in message ...
I spoke too soon. This appears to work fine when I wish to send items within
the same Outlook file. However, it does not appear to work when I select a
folder within a different Outlook data file. Can the procedure be modified
to accomplish this? Thanks.
Jason
"jasoncw" wrote:
Sue, thank you very much. That accomplishes exactly what I needed.
Jason
"Sue Mosher [MVP-Outlook]" wrote:
See http://www.outlookcode.com/codedetail.aspx?id=1173