LINQ to DASL

Resources by common categories

Rating

LINQ to DASL Walkthrough

Posted by Phil Hoff - MSFT on February 26, 2008

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]

Rating

Filter Outlook Items by Date with LINQ to DASL

Posted by Phil Hoff - MSFT on March 4, 2008

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]

Rating

Extending LINQ to DASL with Custom DASL Properties

Posted by Phil Hoff - MSFT on February 21, 2008

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]

Rating

Query your Outlook Inbox with LINQ to DASL

Posted by Phil Hoff - MSFT on February 19, 2008

Quick, tell me what the following code does: Outlook.Folder folder = (Outlook.Folder) this.Application.Session.GetDefaultFolder(Outlook.OlDefaultFolders.olFold... [read more]