CheckBox.Value Property (Outlook Forms Script)

Returns or sets a Variant that specifies whether the check box is selected. Read/write.

Syntax

expression.Value

expression A variable that represents a CheckBox object.

Remarks

The settings for Value are:

Control Description
Null Indicates the item is in a null state, neither selected nor cleared.
True Indicates the item is selected.
False Indicates the item is cleared.
Zero (0) Indicates the first page. The maximum value is one less than the number of pages.

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.