inspector question: how to access item properties?

C

Carsten Hecht

Hi,

i would like to provide a user who is creating a new meeting request
with some real-time information per recipient. Whenever the user adds
a new name/address to the list of recipients this information is meant
to be displayed in the inspector window.

It is quite easy to get a reference to the respective appointment item
by hooking the NewInspector event. Then the item's PropertyChange
event notifies me whenever the user has modified the list of
recipients. But the problem is that the item's properties are not set
as the item has not been saved yet. So the list of recipients remains
empty.

Is there (a)nother way to access the list of recipients (and any other
properties)?

Thx!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top