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

January 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:

Outlook 2003: Save Attachments (DOWNLOAD)

Screenshot: You can download the app here (ZIP file - no installer - only exe and 2 dll files-- I have tested the app only with Outlook 2003). I am sure that there are some bugs and there are things I could do better.How to use this app ? App connects
posted by peterj | 0 Comments
Filed Under: