com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MapiContactNamePropertySet



  • public final class MapiContactNamePropertySet
    extends Object

    The properties are used to specify the name of the person represented by the contact

    • Constructor Detail

      • MapiContactNamePropertySet

        public MapiContactNamePropertySet(String givenName,
                                  String middleName,
                                  String surname)

        Initializes a new instance of MapiContactNamePropertySet class.

        Parameters:
        givenName - The string that represents a given name.
        middleName - The string that represents a middle name.
        surname - The string that represents a surname.
    • Method Detail

      • getNickname

        public final String getNickname()

        Gets or sets the nickname of the contact

      • setNickname

        public final void setNickname(String value)

        Gets or sets the nickname of the contact

      • getGeneration

        public final String getGeneration()

        Gets or sets the generation suffix of the contact

      • setGeneration

        public final void setGeneration(String value)

        Gets or sets the generation suffix of the contact

      • getDisplayNamePrefix

        public final String getDisplayNamePrefix()

        Gets or sets the title of the contact

      • setDisplayNamePrefix

        public final void setDisplayNamePrefix(String value)

        Gets or sets the title of the contact

      • getSurname

        public final String getSurname()

        Gets or sets the surname (family name) of the contact

      • setSurname

        public final void setSurname(String value)

        Gets or sets the surname (family name) of the contact

      • getMiddleName

        public final String getMiddleName()

        Gets or sets the middle name of the contact

      • setMiddleName

        public final void setMiddleName(String value)

        Gets or sets the middle name of the contact

      • getGivenName

        public final String getGivenName()

        Gets or sets the given name (first name) of the contact

      • setGivenName

        public final void setGivenName(String value)

        Gets or sets the given name (first name) of the contact

      • getInitials

        public final String getInitials()

        Gets or sets the initials of the contact

      • setInitials

        public final void setInitials(String value)

        Gets or sets the initials of the contact

      • getDisplayName

        public final String getDisplayName()

        Gets or sets the full name of the contact

      • setDisplayName

        public final void setDisplayName(String value)

        Gets or sets the full name of the contact

      • getFileUnder

        public final String getFileUnder()

        Gets or sets the name under which to file this contact when displaying a list of contacts

      • setFileUnder

        public final void setFileUnder(String value)

        Gets or sets the name under which to file this contact when displaying a list of contacts

      • getFileUnderID

        public final long getFileUnderID()

        Gets or sets a value specifying how to generate and recompute the (/) property when other properties are changed

        See Also:
        FileUnder, getFileUnder(), setFileUnder(String)
      • setFileUnderID

        public final void setFileUnderID(long value)

        Gets or sets a value specifying how to generate and recompute the (/) property when other properties are changed

        See Also:
        FileUnder, getFileUnder(), setFileUnder(String)