Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Prog2000

    Using CDO with C#

    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 =...

Part and Inventory Search

Back
Top