I am trying to use CDO to move messages from Inbox to another folder. I tried using the MoveTo method of the message object but it is not working.
Here is what I am doing
Object [] args = new Object[2];
args[0] = NewFolder.FolderID;
args[1] = NewFolder.StoreID;
MAPI.Message oMovedMsg =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.