OlkCheckBox.Value property (Outlook)
Returns or sets a Variant that specifies the state of the control. Read/write.
Syntax
expression.Value
expression A variable that represents an OlkCheckBox object.
Remarks
For the check box control, this property is True or False, or if the TripleState property is set, the Value property can also be Null (Nothing in Visual Basic). The default value is False.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.