A
Aditya Sen
Hello Everyone
I am making this application where i need to sync the calender items.
am able to do so for the Default Calendar folders of appointments, task
and journals. But when i import some calendar, it create a sub folde
within the Default folder named Calendar in Outlook. I am not able t
access the items of this folder. The code that i am using to access th
default folder for appointments is
_ApplicationPtr m_pApp
MAPIfolderPtr m_pAppointmentfolder
m_pApp.CreateInstance(__uuidof(Application))
m_pAppointmentfolder
m_pApp->GetNamespace(_bstr_t("MAPI"))->Getdefaultfolder
olfoldercalendar)
I am using Outlook 2010(beta) and I am programming in C++ in VC++
Please if someone can guide me in this direction, It would be a grea
help as I need to complete this quickly
Thanks in advance
I am making this application where i need to sync the calender items.
am able to do so for the Default Calendar folders of appointments, task
and journals. But when i import some calendar, it create a sub folde
within the Default folder named Calendar in Outlook. I am not able t
access the items of this folder. The code that i am using to access th
default folder for appointments is
_ApplicationPtr m_pApp
MAPIfolderPtr m_pAppointmentfolder
m_pApp.CreateInstance(__uuidof(Application))
m_pAppointmentfolder
m_pApp->GetNamespace(_bstr_t("MAPI"))->Getdefaultfolder
olfoldercalendar)
I am using Outlook 2010(beta) and I am programming in C++ in VC++
Please if someone can guide me in this direction, It would be a grea
help as I need to complete this quickly
Thanks in advance