05-02-19 02:57 PM
06-02-19 01:07 AM
06-02-19 01:10 AM
Sorry, correction to that last line. Leave the original Dim folder in there, then add this beneath it:
Dim strFolderName = folder.Parent Dim objMailbox = objNamespace.Folders(strFolderName) Dim cabFolder = objMailbox.Folders(""Cab_Folder_Name_Here"")
Then at the bottom, change the last line to:
New_Entry_ID = item.Move(cabFolder).EntryID
06-02-19 02:41 PM