How to get the content of a selected Field

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

How to get the content of a selected Field
or what ist focused? 
Boris


Guest


Hello together.

I implemented the "OnSelectionChange"-Event in my Outlook-AddIn and now I want to find out, what I focused.

Wenn I select a Appointment it's okay. I get the Content. But is it posible to get the content (Time and Date) of a free Field without any Item? Is there also a way to find out if the "Allday-Event" is selected?

Best regadrs
Boris
Posted 16 Jan, 2006 10:18:45 Top
Dmitry Kostochko


Add-in Express team


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


But is it posible to get the content (Time and Date) of a free Field without any Item?

I am afraid it is not possible.



Is there also a way to find out if the "Allday-Event" is selected?

See the AllDayEvent property of the _AppointmentItem interface.
Posted 16 Jan, 2006 11:40:51 Top