Share via


OlkOptionButton.Value Property

Outlook Developer Reference

Returns or sets a Variant that represents the state of the control. Read/write.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.Value

expression   A variable that represents an OlkOptionButton object.

Remarks

For the option button control, the value is either True or False, representing whether the button has been selected or not. The default value is False.

See Also