

I like to be hip and current so I’m using SharePoint online in the example. The big finale today deals with inserting information from SharePoint into a document. For you convenience and coding pleasure, I highlighted the ones you need to add.


Here is a screenshot from the sample code project’s references. In the meantime, resist the urge to compile. The last line will upset Visual Studio because the namespace does not exist… yet. Adding required namespacesĪfter Visual Studio creates the add-in project and displays the AddinModule, open its code view and add these namespaces. Be sure to specify C# as the language (I know, I know… I typically use VB.NET but today I’m mixing it up). We need a new Add-in Express based COM Add-in project.
