Skip to main content

Posts

How to use Font Awesome with IText

This post is about on how to use Font Awesome with IText library to generate awesome icons in our PDF documents. In this post, we are using  ITextSharp , a C# port for IText, but those are the same functionalities.

Tutorial: How to Create an Add-in for Microsoft Outlook (part 2)

This post is the part 2 of Tutorial: How to Create an Add-in for Microsoft Outlook . In the following post, we'll see a few examples in we're using other object models, other than Outlook model. Version on CodeProject

Tutorial: How to Create an Add-in for Microsoft Outlook

Visual Studio Tool for Office (VSTO) Add-in is a toolset available in .NET Framework that lets us extend and customize the Microsoft Office products in (versions 2003 and later). In this tutorial, we are going use Outlook 2013 as a case study and Visual Studio 2015. Version on CodeProject