Hello, I'm trying to copy an item to one of the public folders at my workplace. I'm using water's OutlookEx, but _OL_ItemCopy returns an error 3 because the Folder contains PostItems and not MailItems. I thought I would be able to save the mail item as a .msg file and use CreateItemFromTemplate($fullPath, $PublicFolder), but that created an MailItem from the message. Basic code as follows: #include <CustomDebugging.au3> #include <OutlookEX.au3> Glob