Archives
-
Fun with C# functions
Dustin Campbell has an interesting series on C# functions on his Did it with .NET blog.
-
Failure creating an Outlook application object on Vista
While creating a Outlook application object from another process in C# like:
-
Why does my Outlook event seem to stop working?
Imagine we have some code in an Outlook addin that looks similar to code below. Does anyone see anything wrong with it? It simply places a button on the menu bar and shows a message box when the button is clicked. The code works for sometime but then all of a sudden the button mysteriously stops working. What gives?
-
Powershell script to find strings and highlight them in the output
After reading about Brad's find script I starting thinking about how cool it would be if I could highlight the search pattern in the output. So I wrote my own custom Find-String script to highlight the results.
-
Retrieving your Outlook appointments for a given date range
Before we dive into the code sample lets take a quick look at what it means for an appointment to fall into a given date range.
-
Reflector 5 Released
Lutz released Reflector for .NET 5.0
-
Image File Execution Options
Every now and than while debugging I need to either determine when a dll/module is loaded or need to attach a debugger to a process at startup that is started outside a debugger. I know there are settings that exist to do this but I always seem to forget exactly what they are. So for future reference here the registry entries.
-
Powershell version of cmd set
If you are like me and are just so used to typing set to list and set environment variables then you might find this script useful.
-
Hanselminutes
I've been subscribed to Scott Hanselman's blog for a long time. I love all the tools, tips, etc he posts. Up until this point I have not really gotten into podcasts however due to Scott's awesome blog I figured I would give his podcast, Hanselminutes, a try.
-
How do I access my Outlook contacts from my web application?
How do I access my Outlook contacts from my web application?
-
Call for post topics
As some of you may (or may not) know I'm a developer working at Microsoft on the Outlook team. My primary focus is Outlook Programmability (i.e. Outlook COM Object Model). Now that Office 2007 is complete I would like to post some code samples of how to use some of the new Outlook Object Model API's. Two new API's I plan on discussing are the PropertyAccessor and the Table. However, if there are any general questions about Outlook programming that you would like me to discuss or post code samples for please let me know. I've already had a request for sample Powershell scripts that automate Outlook, so I will try to provide a couple examples of that.