Browse by Tags
All Tags »
C++ (RSS)
Can we create it programmatically? To create it programmatically using MAPI, we need to make use of CreateFolder() , the MAPI function. It is necessary to have very special privileges (obtained by opening the store with an EntryID created using IExchangeManageStore::CreateStoreEntryID())
Read More...
Hi, this is a new series called “Out of scope”, where i am trying to add non-Messaging Dev technologies. This won’t be supported by me nor by my team, just added based on my programming interest. So, “Out of Scope” tag is meant for general audience. Many
Read More...
You can automate Outlook 2000, 2002, and 2003 with one small change. The Outlook 97 Namespace class member has changed to _Namespace in Outlook 2000, 2002, and 2003. To use the code above for automating Outlook 2000, 2002, and 2003 change this line: Namespace
Read More...
Automation using # imports ? As you know, Automation (OLE Automation), the technology that allows you to take advantage of an existing program's functionality and incorporate it into your own applications. This technology can greatly simplify and speed
Read More...
Do you wonder how to make use of CDO & MAPI in the same modules programmatically? Please find the following MSDN article , which talks more about this.
Read More...
Welcome to Outlook Programming series # 2 In this series, we will learn "How to develop a COM Add-in?". I found this wonderful article , which provides an overview of how to create a COM add-in in Outlook There are many resources and examples about how
Read More...