OlkCheckBox.Value Property (Outlook)
Returns or sets a Variant that specifies the state of the control. Read/write.
Version Information
Version Added: Outlook 2007
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.