If you're not allowed to create new items in that folder except through the workflow process, then create a new IPM.Post in another folder with the MAPIFolder.Items.Add method, then copy property values one by one. You should be able to do most if not all by iterating the ItemProperties collection.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Dasha" wrote in message ups.com...
I'm using Exchange workflow, so when I do Item.Copy I get error "Adhoc
workflows are disallowed for this folder. The new process instance
cannot be created". Do you know what the problem is?