PossibleValues Property [Outlook 2003 Forms Help]

Multiple possible values of a control.

Syntax

object.PossibleValues [= String]

The PossibleValues property syntax has these parts:

Part Description
object Required. A valid object.
String Optional. A string expression that contains the multiple possible values of the control.

Remarks

This property applies to the ComboBox control and the ListBox control. Separate multiple values of a control by semicolons.

You can also use the AddItem method of the control to populate combo boxes and list boxes one line at a time. This is a typical approach used in Visual Basic solutions.

Applies to | ComboBox control | ListBox control