Question : Outlook 2007 : how to choose Sent directory *each time* I send a directory?

Hi there,

I read this http://www.experts-exchange.com/Software/Office_Productivity/Groupware/Outlook/Q_22918966.html
But I don't think it's exactly what I'm looking for.

=> I'm looking for something to make me choose where to store an e-mail right after it's been sent. something like a popup showing my exchange account's directory hierarchy.
I'm using this a lot with Thunderbird, via the a plugin called "Copy Sent to Current", to organize my e-mails, including the ones I send. https://addons.mozilla.org/en-US/thunderbird/addon/2561

Is there any plugin or macro code I could use to do this ?

(default would be to store in the usual Sent folder)

Thank you

Answer : Outlook 2007 : how to choose Sent directory *each time* I send a directory?

mchkorg,

OK, the info that you are using the French version may have been the breakthrough we needed.  I went back
to the Application_ItemSend sub in the ThisOutlookSession module, and changed this line:

                If arr(0) = "Inbox" Then

to:

                If arr(0) = Application.GetNamespace("MAPI").GetDefaultFolder(olFolderInbox).Name Then

That makes the code language independent, which it wasn't before.  The new code seems to work for me;
I'm crossing my fingers for you :)

Regards,

Patrick
Random Solutions  
 
programming4us programming4us