public final class MapiContactGender
extends com.aspose.ms.System.Enum
Gender of the contact
Modifier and Type | Field and Description |
---|---|
static int |
Female
The value that indicates that the gender is female.
|
static int |
Male
The value that indicates that the gender is male.
|
static int |
Unspecified
The gender is not specified.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Unspecified
The gender is not specified.
public static final int Female
The value that indicates that the gender is female.
public static final int Male
The value that indicates that the gender is male.