c# accessing Outlook calendar from a custom Excel add-in -


is possible create add-in excel accesses/imports calendar outlook? using c# in visual studio 2010.

it possible - excel add-in dll library , can there. (i believe seen msdn page developing add-ins: http://msdn.microsoft.com/en-us/library/bb157876.aspx). on outlook side, bit more complicated, calendar folder accessible via outlook interop , folder hierarchy. see http://support.microsoft.com/?kbid=310244 , http://msdn.microsoft.com/en-us/library/microsoft.office.interop.outlook.folder.aspx

hth


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -