c# - Outlook AppointmentItem property changes -
is there way know when value of properties of appointmentitem change? have custom task pane, , if appointment both marked day event , status "out of office" want task pane appear. if it's not, task pane hidden.
is there type of event can watch , toggle visibility dynamically update appointmentitem?
sure, use appointmentitem.propertychange event.
Comments
Post a Comment