Posts Tagged ‘Outlook’
Happy 2014 everyone! We'll start this year with an article looking at Outlook special folders. Microsoft Outlook has a number of special folders of which the most common folders are: Inbox, Drafts, Sent Items, Outbox and Deleted Items. Now let's have a closer look at each of the Outlook special folders and see how to work with them in the most efficient manner....
Read the rest of this entry →
C#, Outlook |
No Comments
Microsoft Outlook produces and uses a variety of file types. The most common and well known fields are either .pst or .ost files. These two file types are known as Outlook Data Files, the .pst file is known as the Personal Outlook Data file and stores you messages and other Outlook items...
Read the rest of this entry →
.NET, C#, Outlook |
6 Comments
Ty Anderson | December 16th, 2013
Today, I'll show you how to create a status report using Excel and Outlook. This add-in sample will run within Excel. The user will have a button to click that starts the report process. Instead of creating a new workbook or worksheet, the add-in will insert the task status report into the existing spreadsheet...
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, Outlook |
No Comments
Ty Anderson | June 13th, 2013
Microsoft Outlook is more than an email application running on the desktop or the browser. It's an application for managing the details of living (work, home, social, and anti-social, what-have-you). It's time for Outlook to accept its maturity and reinvent itself...
Read the rest of this entry →
Outlook |
8 Comments
Outlook tasks are a great way to keep track of things you need to do. I use it every single day! A task item is a standard Outlook type and by default all tasks are flagged for follow-up when created. When any items such as an e-mail, task or contact are flagged for follow-up it automatically becomes a to-do item and is visible in your To-do bar...
Read the rest of this entry →
.NET, C#, Office 365, Outlook, Visual Studio |
14 Comments
Ty Anderson | May 13th, 2013
Often, the focus of an Outlook add-in centers around a custom ribbon or form region. I think this makes sense. They are sexy, upfront, and what everyone wants to see. But they are not enough. A good Outlook solution should provide other user interface customizations that allow the user to execute your solution's logic. These other methods are, arguably, the less-sexy, more utilitarian UI components. I am referring of course to the main menu, context menus, and the backstage....
Read the rest of this entry →
.NET, C#, COM add-ins, Outlook |
4 Comments
Ty Anderson | April 30th, 2013
In this video, I show how to create an add-in for Microsoft Office 2013 Outlook, Excel and Word and add a custom ribbon using Add-in Express for Office and .net with Visual Studio Express 2012. Enjoy!...
Read the rest of this entry →
.NET, COM add-ins, Excel, Office 2013, Outlook, Ribbon, Visual Studio, Word |
No Comments
Ty Anderson | April 24th, 2013
Because it is composed of different windows, panes, and form regions, the Outlook UI presents a complex UI model to the developer. Despite these options, a common customization request is for custom forms to display the various Outlook items. Today, we'll take a look at Outlook forms and how you can customize them...
Read the rest of this entry →
.NET, Outlook, VBA, Visual Studio |
34 Comments
Outlook views allow you to group, sort and view all the different types of Outlook data within the View panel of the Outlook Explorer window. Outlook comes with a few built-in views for each Outlook item type (mail, task, calendar, etc.) which can be accessed via the View tab...
Read the rest of this entry →
.NET, C#, COM add-ins, Office 2013, Outlook, Outlook regions, Visual Studio |
16 Comments