com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class DisplayNameOrdering

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

  • Deprecated. 
    This enum is obsolete and will be removed soon. Please use FileAsMapping instead of it.

    @Deprecated
    public final class DisplayNameOrdering
    extends com.aspose.ms.System.Enum

    Defines the order of names for DisplayName

    • 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 FirstLast
      Deprecated. 
      The DisplayName has following order: Given (First) name, Surname (Last name)
      static int FirstLastSuffix
      Deprecated. 
      The DisplayName has following order: Given (First) name, Surname (Last name), Suffix
      static int FirstMiddleLast
      Deprecated. 
      The DisplayName has following order: Given (First) name, Middle name, Surname (Last name)
      static int FirstMiddleLastSuffix
      Deprecated. 
      The DisplayName has following order: Given (First) name, Middle name, Surname (Last name), Suffix
      static int FirstName
      Deprecated. 
      The DisplayName has following order: Given (First) name
      static int LastFirst
      Deprecated. 
      The DisplayName has following order: Surname (Last name), Given (First) name
      static int LastFirstMiddle
      Deprecated. 
      The DisplayName has following order: Surname (Last name), Given (First) name, Middle name
      static int LastFirstMiddleSuffix
      Deprecated. 
      The DisplayName has following order: Surname (Last name), Given (First) name, Middle name, Suffix
      static int LastFirstSuffix
      Deprecated. 
      The DisplayName has following order: Surname (Last name), Given (First) name, Suffix
      static int LastName
      Deprecated. 
      The DisplayName has following order: Surname (Last name)
      static int PrefixFirstLast
      Deprecated. 
      The DisplayName has following order: Prefix, Given (First) name, Surname (Last name)
      static int PrefixFirstLastSuffix
      Deprecated. 
      The DisplayName has following order: Prefix, Given (First) name, Surname (Last name), Suffix
      static int PrefixFirstMiddleLast
      Deprecated. 
      The DisplayName has following order: Prefix, Given (First) name, Middle name, Surname (Last name)
      static int PrefixFirstMiddleLastSuffix
      Deprecated. 
      The DisplayName has following order: Prefix, Given (First) name, Middle name, Surname (Last name), Suffix
      static int PrefixLastFirst
      Deprecated. 
      The DisplayName has following order: Prefix, Surname (Last name), Given (First) name
      static int PrefixLastFirstMiddle
      Deprecated. 
      The DisplayName has following order: Prefix, Surname (Last name), Given (First) name, Middle name
      static int PrefixLastFirstMiddleSuffix
      Deprecated. 
      The DisplayName has following order: Prefix, Surname (Last name), Given (First) name, Middle name, Suffix
      static int PrefixLastFirstSuffix
      Deprecated. 
      The DisplayName has following order: Prefix, Surname (Last name), Given (First) name, Suffix
      • 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

      • PrefixFirstMiddleLastSuffix

        public static final int PrefixFirstMiddleLastSuffix
        Deprecated. 

        The DisplayName has following order: Prefix, Given (First) name, Middle name, Surname (Last name), Suffix

        See Also:
        Constant Field Values
      • PrefixFirstMiddleLast

        public static final int PrefixFirstMiddleLast
        Deprecated. 

        The DisplayName has following order: Prefix, Given (First) name, Middle name, Surname (Last name)

        See Also:
        Constant Field Values
      • FirstMiddleLastSuffix

        public static final int FirstMiddleLastSuffix
        Deprecated. 

        The DisplayName has following order: Given (First) name, Middle name, Surname (Last name), Suffix

        See Also:
        Constant Field Values
      • FirstMiddleLast

        public static final int FirstMiddleLast
        Deprecated. 

        The DisplayName has following order: Given (First) name, Middle name, Surname (Last name)

        See Also:
        Constant Field Values
      • PrefixFirstLastSuffix

        public static final int PrefixFirstLastSuffix
        Deprecated. 

        The DisplayName has following order: Prefix, Given (First) name, Surname (Last name), Suffix

        See Also:
        Constant Field Values
      • PrefixFirstLast

        public static final int PrefixFirstLast
        Deprecated. 

        The DisplayName has following order: Prefix, Given (First) name, Surname (Last name)

        See Also:
        Constant Field Values
      • FirstLastSuffix

        public static final int FirstLastSuffix
        Deprecated. 

        The DisplayName has following order: Given (First) name, Surname (Last name), Suffix

        See Also:
        Constant Field Values
      • FirstLast

        public static final int FirstLast
        Deprecated. 

        The DisplayName has following order: Given (First) name, Surname (Last name)

        See Also:
        Constant Field Values
      • PrefixLastFirstMiddleSuffix

        public static final int PrefixLastFirstMiddleSuffix
        Deprecated. 

        The DisplayName has following order: Prefix, Surname (Last name), Given (First) name, Middle name, Suffix

        See Also:
        Constant Field Values
      • PrefixLastFirstMiddle

        public static final int PrefixLastFirstMiddle
        Deprecated. 

        The DisplayName has following order: Prefix, Surname (Last name), Given (First) name, Middle name

        See Also:
        Constant Field Values
      • LastFirstMiddleSuffix

        public static final int LastFirstMiddleSuffix
        Deprecated. 

        The DisplayName has following order: Surname (Last name), Given (First) name, Middle name, Suffix

        See Also:
        Constant Field Values
      • LastFirstMiddle

        public static final int LastFirstMiddle
        Deprecated. 

        The DisplayName has following order: Surname (Last name), Given (First) name, Middle name

        See Also:
        Constant Field Values
      • PrefixLastFirstSuffix

        public static final int PrefixLastFirstSuffix
        Deprecated. 

        The DisplayName has following order: Prefix, Surname (Last name), Given (First) name, Suffix

        See Also:
        Constant Field Values
      • PrefixLastFirst

        public static final int PrefixLastFirst
        Deprecated. 

        The DisplayName has following order: Prefix, Surname (Last name), Given (First) name

        See Also:
        Constant Field Values
      • LastFirstSuffix

        public static final int LastFirstSuffix
        Deprecated. 

        The DisplayName has following order: Surname (Last name), Given (First) name, Suffix

        See Also:
        Constant Field Values
      • LastFirst

        public static final int LastFirst
        Deprecated. 

        The DisplayName has following order: Surname (Last name), Given (First) name

        See Also:
        Constant Field Values
      • FirstName

        public static final int FirstName
        Deprecated. 

        The DisplayName has following order: Given (First) name

        See Also:
        Constant Field Values
      • LastName

        public static final int LastName
        Deprecated. 

        The DisplayName has following order: Surname (Last name)

        See Also:
        Constant Field Values