The gender (male or female) of the contact.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum vCardGender
Visual Basic
Public Enumeration vCardGender
Visual C++
public enum class vCardGender

Members

Member nameDescription
Unknown
Female
Male

Remarks

Gender is not directly supported by the vCard specification. It is recognized by Microsoft Outlook and the Windows Address Book through an extended property called X-WAB-GENDER. This property has a value of 1 for women and 2 for men.

See Also