Access Calendar item properties?

Add-in Express™ Support Service
That's what is more important than anything else

Access Calendar item properties?
 
Myles Wakeham




Posts: 42
Joined: 2005-05-11
I have been able to use Adx for developing outlook add-ins that successfully access the current Outlook MailItem just fine. However I now need to access Calendar Items and I can't seem to see how to do this. I tried to get the exposed properties of a 'MeetingItem' but that doesn't appear to have anywhere near the properties that I'm looking for. I'm using the code:

theCalendarBrowserForm.CurrentFrom := Encode((OutlookApp.ActiveInspector.CurrentItem as MeetingItem).

But when I try and see the properties in D7 for this item, its missing things like dates, times, etc. so I suspect I'm looking at the wrong property.

What should I be looking for here?

Myles
Posted 29 Sep, 2006 20:06:13 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Myles,

Show me please a bigger snippet of your code. What exactly properties don't you see?

Posted 02 Oct, 2006 05:50:05 Top