Sign in
|
Join
Wes' Puzzling Blog
... trying to solve the puzzles of .NET
This Blog
Home
Contact
Syndication
RSS
Atom
Comments RSS
Search
Go
Tags
.NET
Code
CodeHTMLer
MEF
nContract
News
Outlook
Personal
Powershell
Run++
Tips and Tricks
Tools
Utils
Windows
Navigation
Home
Blogs
Archives
June 2008 (1)
March 2008 (3)
February 2008 (2)
January 2008 (2)
November 2007 (2)
July 2007 (1)
March 2007 (2)
February 2007 (3)
January 2007 (3)
October 2006 (3)
September 2006 (2)
August 2006 (2)
April 2006 (1)
February 2006 (1)
January 2006 (1)
December 2005 (1)
October 2005 (4)
September 2005 (2)
August 2005 (3)
July 2005 (1)
June 2005 (1)
May 2005 (3)
April 2005 (9)
March 2005 (3)
February 2005 (15)
January 2005 (6)
December 2004 (4)
November 2004 (4)
October 2004 (6)
September 2004 (10)
August 2004 (8)
July 2004 (1)
May 2004 (4)
April 2004 (5)
March 2004 (1)
February 2004 (6)
January 2004 (4)
November 2003 (1)
October 2003 (1)
September 2003 (2)
August 2003 (2)
July 2003 (2)
June 2003 (5)
May 2003 (10)
April 2003 (15)
March 2003 (26)
February 2003 (29)
Projects
CodeHTMLer
Run++
nContract
Browse by Tags
All Tags
»
.NET
»
Outlook
(
RSS
)
Code
Powershell
Tips and Tricks
Monday, November 05, 2007 12:56 AM
Failure creating an Outlook application object on Vista
While creating a Outlook application object from another process in C# like: outlook = new Microsoft.Office.Interop.Outlook.Application(); or powershell PS > $outlook = new-object -com Outlook.Application or straight up COM via CoCreateInstance on...
Posted by
puzzlehacker
|
5 comment(s)
Filed under:
.NET
,
Code
,
Outlook
Wednesday, July 04, 2007 2:53 AM
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...
Posted by
puzzlehacker
|
5 comment(s)
Filed under:
.NET
,
Code
,
Outlook
Wednesday, March 21, 2007 2:43 AM
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. When you compare an appointment with a given date range (or any two time intervals) there are the 6 possible outcomes displayed...
Posted by
puzzlehacker
|
6 comment(s)
Filed under:
.NET
,
Code
,
Powershell
,
Outlook
Tuesday, January 30, 2007 10:48 PM
How do I access my Outlook contacts from my web application?
Question How do I access my Outlook contacts from my web application? Short Answer You don't, well at least you shouldn't (It is theoretically possible to access Outlook data from a web application, assuming Outlook is installed and the profile...
Posted by
puzzlehacker
|
16 comment(s)
Filed under:
Tips and Tricks
,
.NET
,
Code
,
Outlook
More Posts