Gender enumeration (wabtags.h)

Do not use. The Gender enumeration specifies the possible values for the PR_GENDER property.

Syntax

typedef enum Gender {
  genderUnspecified = 0,
  genderFemale,
  genderMale
} ;

Constants

 
genderUnspecified
Value: 0
No gender is specified.
genderFemale
Specifies a gender of female.
genderMale
Specifies a gender of male.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header wabtags.h