Binding a Control to a Field at runtime

V

Valdas Birbilas

Hello,

Is there the way to bind a custom Field (custom UserProperty) to a Control
at runtime without security warning? Using OL2003 everything works just fine
because of new method SetControlItemProperty, but in earlier versions when
using Control's property ItemProperty the security warning is displayed.
Maybe It's possible to bind a field to a control without security warning
using Redemption, CDO or something else?

Thank you in advance ;)

Valdas
 
K

Ken Slovak - [MVP - Outlook]

CDO 1.21 and Redemption don't have special properties for that. It's really
not a good idea to try that anyway, doing the binding at runtime will
one-off the item you are binding.
 
Top