Can you load an OlkComboBox and show a previously selected value?

P

pkelley

I know how to load the OlkComboBox, but if I want to show the user a value
that he/she selected 3 days ago, how would I do that?

Details:
I'm using Visual Studio 2005 Professional.
Visual Studio 2005 Tools for Office SE.
My OlkComboBox control resides on an Outlook 2007 Addin, Separate FormRegion.
 
K

Ken Slovak - [MVP - Outlook]

You need to store the selected value for the combo in a user property, then
you can retrieve that value subsequently. When you open the property dialog
of the combo you can set either an existing or new user property to link to
the combo selected value.
 

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