 |
This small article contains a few C# scripts which can be executed in LINQPad to clean up and organize Outlook mailboxes. If you want to keep Outlook performing as fast as possible and to reduce the size of mailboxes then these scripts and my OutlookProvider component can simplify this job. more
2009-01-24 - English - .NET, Office, Outlook, LINQ, LINQPad
|
 |
A while ago I was looking for a way to query Excel with LINQ. I needed a simple solution that allowed me to query tables in Excel worksheets in a tool like LINQPad. This article will describe how I implemented my ExcelProvider and it will demonstrate its features by giving an example of a LINQ query and the result in LINQPad. more
2008-12-17 - English - .NET, Office, Excel, LINQ, LINQPad
|
 |
In this article I will show you how to create a ValueConverter class which can be used in a WPF application to display the pictures of the Outlook contacts. more
2007-12-08 - English - .NET, Office, Outlook, LINQ, WPF
|
 |
This short article is an addition to my 'Querying Outlook and OneNote with LINQ' article. It describes how you can utilize the free LINQPad tool to execute queries on Office data. more
2007-11-25 - English - .NET, Office, Outlook, OneNote, LINQ, LINQPad
|
 |
In this article I will describe how I developed two wrapper classes for Outlook and OneNote. These classes can be used to execute LINQ to Objects (.NET 3.5) queries on emails, appointments, tasks, contacts, notebooks, sections, pages, ... So you could call it LINQ to Outlook and LINQ to OneNote. more
2007-11-14 - English - .NET, Office, Outlook, OneNote, LINQ
|
 |
This is a small article, written in Dutch, which demonstrates how to export data from Outlook (agenda, contacts, ...) to Access. In Access these data can be used to build queries or reports. more
(PDF) - 2004-09-04 - Dutch - Office, Outlook, Access
|
 |
This article contains several examples of VBA (Visual Basic for Applications) functions for Excel. more
1998-08-26 - Dutch - Office, Excel, Scripting
|
 |
This article gives an overview of all operators (>, <=, between, like, and, ...), expressions and functions (count, sum, right, year, len) which can be used to create SELECT queries in MS Access. more
1998-07-01 - Dutch - Office, Access
|