K
K
Hi all,
In outlook 2007 we can create multiple calendar for a user. library
Microsoft.Office.Interop.Outlook is provided to fetch outlook data. i used it
to fetch multiple calendars but could not succeeded. i was doing:
Outlook.MAPIFolder outlookFolder =
outlookNS.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderCalendar);
MessageBox.Show(outlookFolder1.EntryID.ToString());
these commands gives only default folder. i could not find any way to fetch
rest of the calendars.
Is it possible to fetch all the calendars?? if possible plz guide me in this..
Thanks
K
In outlook 2007 we can create multiple calendar for a user. library
Microsoft.Office.Interop.Outlook is provided to fetch outlook data. i used it
to fetch multiple calendars but could not succeeded. i was doing:
Outlook.MAPIFolder outlookFolder =
outlookNS.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderCalendar);
MessageBox.Show(outlookFolder1.EntryID.ToString());
these commands gives only default folder. i could not find any way to fetch
rest of the calendars.
Is it possible to fetch all the calendars?? if possible plz guide me in this..
Thanks
K