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.
 

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