To create a new item in a specific non-default folder, use the Add method on
the target folder's Items collection.You can use the code at http://www.outlookcode.com/d/code/getfolder.htm to walk the folder hierarchy
and return the MAPIFolder corresponding to a given path string.
IF A MESSAGE IS CREATED AS
Mailitem item=oFolder.Items.Add("IPM.NOTE")
then this message is not temporarily stored in that folder
how to store the message temporarily