Yes, that is true but at least no errors. Add these lines to the end of my code before the End Sub.
VB Code:
  1. Dim oEmail As Outlook.MailItem
  2.     Set oEmail = oApp.CreateItem(olMailItem)
  3.     oEmail.Move oTest2
After you run it you should see a new blank email message in the test2 folder. Then it wil be working correctly.