LINQ to DASL Walkthrough
Now that the Office Interop API Extensions have been released, I thought I would post a complete walkthrough of a simple LINQ to DASL application. Let's start w... [read more]
Filter Outlook Items by Date with LINQ to DASL
I received an email over the weekend asking why the following LINQ to DASL query threw an exception: Outlook.Folder folder = (Outlook.Folder)Application.Sessi... [read more]
Extending LINQ to DASL with Custom DASL Properties
In an earlier post I discussed LINQ to DASL, part of the Office Interop API Extensions, which is one of the forthcoming VSTO Power Tools. LINQ to DASL allows ... [read more]
Query your Outlook Inbox with LINQ to DASL
Quick, tell me what the following code does: Outlook.Folder folder = (Outlook.Folder) this.Application.Session.GetDefaultFolder(Outlook.OlDefaultFolders.olFold... [read more]