Creating Folders on Outlook
Here is a simple but usefull tip for outlook add-in developers. You can create new folders with the help of the following code :
//using Outlook = Microsoft.Office.Interop.Outlook; //ThisApplication outlook Outlook.MAPIFolder rootFolder = Utility.Folder.GetRootFolder(outlook.Session); Outlook.MAPIFolder tcRootFolder = Utility.Folder.CreateFolder(rootFolder, "My Folder");
No related posts.



June 14, 2006 









Android işletim sistemli cep telefonunuz var, peki Enterprisecoding Android uygulamasını denediniz mi? Enterprisecoding web sitesini her yerden takip edebileceğiniz, offline
No comments yet... Be the first to leave a reply!