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);//