OlFormatYesNo Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the format used to display yes/no Outlook item properties.
public enum class OlFormatYesNo
public enum OlFormatYesNo
Public Enum OlFormatYesNo
- Inheritance
-
OlFormatYesNo
Fields
olFormatYesNoIcon | 4 | Displays a check box icon. |
olFormatYesNoOnOff | 2 | Displays "On" or "Off". |
olFormatYesNoTrueFalse | 3 | Displays "True" or "False". |
olFormatYesNoYesNo | 1 | Displays "Yes" or "No". |