com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class FileAsMapping

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


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

    Specifies how to generate and recompute the value of the dispidFileAs property when other contact name properties change. Coincides MS-OXPROPS revision 16.2 from 7/31/2014

    • 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 long AccordingToLocale
      Specifies that, when displaying the contact, the application should choose the appropriate default values (according to the language locale) for dispidFileUnderId and update dispidFileUnder to match the choice.
      static long BestMatch
      Specifies that, when displaying the contact, the application should attempt to use the current value of dispidFileUnder and other contact properties to find a "best match" for dispidFileUnderId to one of the previous values in this table.
      static long DisplayName
      DisplayName
      static long Empty
      Empty value.
      static long FirstMiddleLastGen
      GivenName MiddleName Surname Generation
      static long FirstName
      GivenName
      static long LastFirstMiddle
      Surname, GivenName MiddleName
      static long LastFirstMiddle2
      SurnameGivenName MiddleName
      static long LastFirstMiddle3
      Surname GivenName MiddleName
      static long LastFirstMiddleGen
      Surname GivenName MiddleName Generation
      static long LastFirstMiddleGen2
      SurnameGivenName MiddleName Generation
      static long LastFirstMiddleOrg
      Surname, GivenName MiddleName\r\nCompanyName
      static long LastFirstMiddleOrg2
      SurnameGivenName MiddleName\r\nCompanyName
      static long LastFirstMiddleOrg3
      Surname GivenName PidTagMiddleName\r\nCompanyName
      static long LastName
      Surname
      static long None
      Specifies that, FileUnder is a user-provided, and should not be changed when another contact name property changes.
      static long Organization
      CompanyName
      static long OrgLastFirstMiddle
      CompanyName\r\nSurname, GivenName MiddleName
      static long OrgLastFirstMiddle2
      CompanyName\r\nSurnameGivenName MiddleName
      static long OrgLastFirstMiddle3
      CompanyName\r\nSurname GivenName MiddleName
      • 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

      • FirstMiddleLastGen

        public static final long FirstMiddleLastGen

        GivenName MiddleName Surname Generation

        See Also:
        Constant Field Values
      • LastFirstMiddle

        public static final long LastFirstMiddle

        Surname, GivenName MiddleName

        See Also:
        Constant Field Values
      • LastFirstMiddle2

        public static final long LastFirstMiddle2

        SurnameGivenName MiddleName

        See Also:
        Constant Field Values
      • LastFirstMiddle3

        public static final long LastFirstMiddle3

        Surname GivenName MiddleName

        See Also:
        Constant Field Values
      • OrgLastFirstMiddle

        public static final long OrgLastFirstMiddle

        CompanyName\r\nSurname, GivenName MiddleName

        See Also:
        Constant Field Values
      • OrgLastFirstMiddle2

        public static final long OrgLastFirstMiddle2

        CompanyName\r\nSurnameGivenName MiddleName

        See Also:
        Constant Field Values
      • OrgLastFirstMiddle3

        public static final long OrgLastFirstMiddle3

        CompanyName\r\nSurname GivenName MiddleName

        See Also:
        Constant Field Values
      • LastFirstMiddleOrg

        public static final long LastFirstMiddleOrg

        Surname, GivenName MiddleName\r\nCompanyName

        See Also:
        Constant Field Values
      • LastFirstMiddleOrg2

        public static final long LastFirstMiddleOrg2

        SurnameGivenName MiddleName\r\nCompanyName

        See Also:
        Constant Field Values
      • LastFirstMiddleOrg3

        public static final long LastFirstMiddleOrg3

        Surname GivenName PidTagMiddleName\r\nCompanyName

        See Also:
        Constant Field Values
      • LastFirstMiddleGen

        public static final long LastFirstMiddleGen

        Surname GivenName MiddleName Generation

        See Also:
        Constant Field Values
      • LastFirstMiddleGen2

        public static final long LastFirstMiddleGen2

        SurnameGivenName MiddleName Generation

        See Also:
        Constant Field Values
      • BestMatch

        public static final long BestMatch

        Specifies that, when displaying the contact, the application should attempt to use the current value of dispidFileUnder and other contact properties to find a "best match" for dispidFileUnderId to one of the previous values in this table.

        See Also:
        Constant Field Values
      • AccordingToLocale

        public static final long AccordingToLocale

        Specifies that, when displaying the contact, the application should choose the appropriate default values (according to the language locale) for dispidFileUnderId and update dispidFileUnder to match the choice.

        See Also:
        Constant Field Values
      • None

        public static final long None

        Specifies that, FileUnder is a user-provided, and should not be changed when another contact name property changes. I.e. value of FileUnder is not constructed from other properties.

        See Also:
        Constant Field Values