MapiContactNamePropertySet

Inheritance: java.lang.Object, com.aspose.email.MapiContactPropertySet

public final class MapiContactNamePropertySet extends MapiContactPropertySet

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

Constructors

ConstructorDescription
MapiContactNamePropertySet()Initializes a new instance of MapiContactNamePropertySet class
MapiContactNamePropertySet(String givenName, String middleName, String surname)Initializes a new instance of MapiContactNamePropertySet class.

Methods

MethodDescription
equals(Object arg0)
getClass()
getDisplayName()Gets or sets the full name of the contact
getDisplayNamePrefix()Gets or sets the title of the contact
getFileUnder()Gets or sets the name under which to file this contact when displaying a list of contacts
getFileUnderID()Gets or sets a value specifying how to generate and recompute the (/) property when other properties are changed
getGeneration()Gets or sets the generation suffix of the contact
getGivenName()Gets or sets the given name (first name) of the contact
getInitials()Gets or sets the initials of the contact
getMiddleName()Gets or sets the middle name of the contact
getNickname()Gets or sets the nickname of the contact
getSurname()Gets or sets the surname (family name) of the contact
hashCode()
notify()
notifyAll()
setDisplayName(String value)Gets or sets the full name of the contact
setDisplayNamePrefix(String value)Gets or sets the title of the contact
setFileUnder(String value)Gets or sets the name under which to file this contact when displaying a list of contacts
setFileUnderID(long value)Gets or sets a value specifying how to generate and recompute the (/) property when other properties are changed
setGeneration(String value)Gets or sets the generation suffix of the contact
setGivenName(String value)Gets or sets the given name (first name) of the contact
setInitials(String value)Gets or sets the initials of the contact
setMiddleName(String value)Gets or sets the middle name of the contact
setNickname(String value)Gets or sets the nickname of the contact
setSurname(String value)Gets or sets the surname (family name) of the contact
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

MapiContactNamePropertySet()

public MapiContactNamePropertySet()

Initializes a new instance of MapiContactNamePropertySet class

MapiContactNamePropertySet(String givenName, String middleName, String surname)

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

Initializes a new instance of MapiContactNamePropertySet class.

Parameters:

ParameterTypeDescription
givenNamejava.lang.StringThe string that represents a given name.
middleNamejava.lang.StringThe string that represents a middle name.
surnamejava.lang.StringThe string that represents a surname.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDisplayName()

public final String getDisplayName()

Gets or sets the full name of the contact

Returns: java.lang.String

getDisplayNamePrefix()

public final String getDisplayNamePrefix()

Gets or sets the title of the contact

Returns: java.lang.String

getFileUnder()

public final String getFileUnder()

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

Returns: java.lang.String

getFileUnderID()

public final long getFileUnderID()

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

//@see FileUnder

Returns: long

getGeneration()

public final String getGeneration()

Gets or sets the generation suffix of the contact

Returns: java.lang.String

getGivenName()

public final String getGivenName()

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

Returns: java.lang.String

getInitials()

public final String getInitials()

Gets or sets the initials of the contact

Returns: java.lang.String

getMiddleName()

public final String getMiddleName()

Gets or sets the middle name of the contact

Returns: java.lang.String

getNickname()

public final String getNickname()

Gets or sets the nickname of the contact

Returns: java.lang.String

getSurname()

public final String getSurname()

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

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDisplayName(String value)

public final void setDisplayName(String value)

Gets or sets the full name of the contact

Parameters:

ParameterTypeDescription
valuejava.lang.String

setDisplayNamePrefix(String value)

public final void setDisplayNamePrefix(String value)

Gets or sets the title of the contact

Parameters:

ParameterTypeDescription
valuejava.lang.String

setFileUnder(String value)

public final void setFileUnder(String value)

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

Parameters:

ParameterTypeDescription
valuejava.lang.String

setFileUnderID(long value)

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 FileUnder

Parameters:

ParameterTypeDescription
valuelong

setGeneration(String value)

public final void setGeneration(String value)

Gets or sets the generation suffix of the contact

Parameters:

ParameterTypeDescription
valuejava.lang.String

setGivenName(String value)

public final void setGivenName(String value)

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

Parameters:

ParameterTypeDescription
valuejava.lang.String

setInitials(String value)

public final void setInitials(String value)

Gets or sets the initials of the contact

Parameters:

ParameterTypeDescription
valuejava.lang.String

setMiddleName(String value)

public final void setMiddleName(String value)

Gets or sets the middle name of the contact

Parameters:

ParameterTypeDescription
valuejava.lang.String

setNickname(String value)

public final void setNickname(String value)

Gets or sets the nickname of the contact

Parameters:

ParameterTypeDescription
valuejava.lang.String

setSurname(String value)

public final void setSurname(String value)

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

Parameters:

ParameterTypeDescription
valuejava.lang.String

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int