OlGender Enum
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.
Constants representing gender.
public enum class OlGender
C#
public enum OlGender
Public Enum OlGender
- Inheritance
-
OlGender
Name | Value | Description |
---|---|---|
olUnspecified | 0 | Unspecified gender |
olFemale | 1 | Female |
olMale | 2 | Male |
Used by the Gender property.
Product | Versions |
---|---|
Outlook primary interop assembly | Latest |