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
|
|
Dmitry Kostochko
Add-in Express team
Posts: 2887
Joined: 2004-04-05
|
Hi Myles,
Show me please a bigger snippet of your code. What exactly properties don't you see?
|
|