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