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

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

jQuery Ajax Render Fragments OR Whole Page -

java - Why is BlockingQueue.take() not releasing the thread? -