Welcome to Peter's Webplace Sign in | Join | Help

Friday, January 14, 2005 - Posts

How to create new folder in Outlook 2003 (C#) ?

It's pretty simple: Application outlookApp = new Application (); NameSpace ns = outlookApp.GetNamespace ("MAPI"); // Our new folder will be in this base folder (default inbox folder) MAPIFolder baseFolder = ns.GetDefaultFolder (OlDefaultFolders.olFolderInbox);//
posted by peterj | 0 Comments
Filed Under: