background preloader

MS Office

Facebook Twitter

Outlook Solutions with Visual Studio | VSTO, Office | MSDN. SharePoint/Outlook | Colligo Contributor Add-in for Outlook | Colligo Networks inc. How to: Synchronize Outlook with a SharePoint Folder. This example shows how to programmatically connect Outlook with a SharePoint folder and to synchronize the folder contents. Now you have the proper URL to create the sharing relationship. To synchronize the new SharePoint folder in Outlook, copy and paste the URL to the assignment of the string variable calendarUrl in the second procedure, AddSpsFolder. AddSpsFolder automates the synchronization of the new SharePoint folder in Outlook by using the NameSpace.OpenSharedFolder method with a URL (in this case, the URL produced by the DisplaySharePointUrl procedure). AddSpsFolderalso provides a custom folder name, “Example SPS Calendar”, and specifies Outlook to use the default Time to Live (TTL) for the folder. SharePoint folders always download item attachments, so you do not have to specify that here. using Outlook = Microsoft.Office.Interop.Outlook;

Dimastr.Com - Developer Tools for Microsoft Outlook. Access SharePoint from Outlook - Free eMail Integration w/ Outlook Sidebar. Outlook Tasks. Architecture of Application-Level Add-Ins. When you use the Office developer tools in Visual Studio to build an add-in, you create a managed code assembly that is loaded by a Microsoft Office application. After the assembly is loaded, the add-in can respond to events that are raised in the application (for example, when a user clicks a menu item). The add-in can also call into the object model to automate and extend the application, and it can use any of the classes in the .NET Framework. The assembly communicates with the application's COM components through the primary interop assembly of the application.

For more information, see Office Primary Interop Assemblies and Office Solutions Development Overview. If multiple add-ins are installed for an application, each add-in is loaded in a different application domain. Although the add-in assembly is the main component, there are several other components that play an important role in how Microsoft Office applications discover and load add-ins. Add-in architecture.