![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hello everyone,
I am making this application where i need to sync the calender items. I am able to do so for the Default Calendar folders of appointments, tasks and journals. But when i import some calendar, it create a sub folder within the Default folder named Calendar. I am not able to acess the items of this folder. The code that i am using to acess the default folder for appointments is as follows: _ApplicationPtr m_pApp; MAPIfolderPtr m_pAppointmentfolder; m_pApp.CreateInstance(__uuidof(Application)); m_pAppointmentfolder = m_pApp-GetNamespace(_bstr_t("MAPI"))-Getdefaultfolder ( olfoldercalendar); I need to do this for all the subfolders within the default Calendar folder. I am using Outlook 2010(beta) and I am programming in C++ in VC++. Please if someone can guide me in this direction. Thanks in advance. |
Ads |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to access the Deleted Items Folder | escamoteur | Outlook and VBA | 3 | August 29th 09 01:47 AM |
How to access the Deleted Items Folder | escamoteur | Add-ins for Outlook | 3 | August 29th 09 01:47 AM |
Outlook 2007 - default SENT ITEMS Folder | daniel_bln_de | Outlook - General Queries | 8 | March 26th 08 12:37 PM |
How to set default Sent Items folder to the IMAP acct Sent Items? | H | Outlook - Installation | 1 | January 15th 08 04:17 PM |
Calendar Items in Public Folders Show in Outlook but not in Outlook Web Access | mcdonsco | Outlook - Calandaring | 1 | June 14th 07 11:28 PM |