OlkComboBox.Value Property
Outlook Developer Reference |
Returns or sets a Variant that represents the content selected in the list displayed by the control. Read/write.
Version Information
Version Added: Outlook 2007
Syntax
expression.Value
expression A variable that represents an OlkComboBox object.
Remarks
The value is the same as the value of Text, except that this property is Variant and Text is strongly typed as String.
See Also