Windows Vista Beta | WinVistaBeta.com - Message | DataBind Outlook Interop AppointmentItems to WPF Controls using CO

July 04, 2008  
Subject: DataBind Outlook Interop AppointmentItems to WPF Controls using CO
Group: microsoft.public.windows.developer.winfx.avalon
Date: 2/26/2008 10:01:01 AM
From: =?Utf-8?B?SmVsbG9Eb2c=?= [Email Address Protection]


I am able to return a list of my daily appointments using outlook Interop.

However, I'm having trouble databinding this appointments list to a WPF
ListView.

I am getting a 'invisible' item for each appointment.. but can't get the
text to show for any appointment property such as 'Subject' or organiser.

Any thoughts?? I think this is a COM issue. I'm wondering if perhaps it
isn't possible to use WPF databinding on COM objects?

Back