Recently one of my customer updated that they get an different issue with their ASP application. This application running on their Web server that uses MAPI to read the Contacts folder in the Public Folders from Exchange Server 2003 SP2 machine. The user
Read More...
Please find the following table which described in the Outlook 2007 MAPI reference talks about properties that clients can expect to set or see supported on messages of all classes. Property Description PR_CREATION_TIME PidTagCreationTime Canonical Property
Read More...
Per the knowledgebase the implementation of MAPI in Outlook has been changed to control how custom properties can be created. To guarantee consistent use of custom properties, custom properties must already be used in the organization or on the Outlook
Read More...
Issue: One of my customer updated me that he created an appointment by using WebDAV. But the user has the following issues when he tries to view the mailbox owner's calendar: The appointment does not appear when Microsoft Outlook is in the Day, Week,
Read More...
I read couple of related blogpost's related to MAPI documentation. You can start reading from Sgriffin 's detailed information regarding the MAPI documentation. Also i found couple of related blogpost's from mstehle and Angela . You can end up by reading
Read More...
Take this scenario. One of my customer wanted to updated the contact fields using PR_ENTRY_ID and other fields. He can able to obtain the other all fields and getting issue with this property whenever he retrieve using WebDAV· He gets garbage
Read More...
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...