Outlook Solutions with Visual Studio. Colligo Contributor Add-in for Outlook. 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. 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.