Gender Property

Microsoft Outlook Visual Basic

Returns or sets an OlGender constant indicating the gender of the contact. Read/write.

OlGender can be one of these OlGender constants.
olFemale
olMale
olUnspecified

expression.Gender

expression    Required. An expression that returns a ContactItem object.