com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MapiContactGender

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.email.MapiContactGender


  • public final class MapiContactGender
    extends com.aspose.ms.System.Enum

    Gender of the contact

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.EnumMap, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      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.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        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
    • Field Detail

      • Unspecified

        public static final int Unspecified

        The gender is not specified.

        See Also:
        Constant Field Values
      • Female

        public static final int Female

        The value that indicates that the gender is female.

        See Also:
        Constant Field Values
      • Male

        public static final int Male

        The value that indicates that the gender is male.

        See Also:
        Constant Field Values