public final class MapiContactNamePropertySet extends Object
The properties are used to specify the name of the person represented by the contact
Constructor and Description |
---|
MapiContactNamePropertySet()
Initializes a new instance of
MapiContactNamePropertySet class |
MapiContactNamePropertySet(String givenName,
String middleName,
String surname)
Initializes a new instance of
MapiContactNamePropertySet class. |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Gets or sets the full name
of the contact
|
String |
getDisplayNamePrefix()
Gets or sets the title
of the contact
|
String |
getFileUnder()
Gets or sets the name under which
to file this contact
when displaying a list of contacts
|
long |
getFileUnderID()
Gets or sets a value specifying how to generate and recompute the (/) property when other properties are changed
|
String |
getGeneration()
Gets or sets the generation suffix
of the contact
|
String |
getGivenName()
Gets or sets the given name (first name)
of the contact
|
String |
getInitials()
Gets or sets the initials
of the contact
|
String |
getMiddleName()
Gets or sets the middle name
of the contact
|
String |
getNickname()
Gets or sets the nickname
of the contact
|
String |
getSurname()
Gets or sets the surname (family name)
of the contact
|
void |
setDisplayName(String value)
Gets or sets the full name
of the contact
|
void |
setDisplayNamePrefix(String value)
Gets or sets the title
of the contact
|
void |
setFileUnder(String value)
Gets or sets the name under which
to file this contact
when displaying a list of contacts
|
void |
setFileUnderID(long value)
Gets or sets a value specifying how to generate and recompute the (/) property when other properties are changed
|
void |
setGeneration(String value)
Gets or sets the generation suffix
of the contact
|
void |
setGivenName(String value)
Gets or sets the given name (first name)
of the contact
|
void |
setInitials(String value)
Gets or sets the initials
of the contact
|
void |
setMiddleName(String value)
Gets or sets the middle name
of the contact
|
void |
setNickname(String value)
Gets or sets the nickname
of the contact
|
void |
setSurname(String value)
Gets or sets the surname (family name)
of the contact
|
public MapiContactNamePropertySet()
Initializes a new instance of MapiContactNamePropertySet
class
public MapiContactNamePropertySet(String givenName, String middleName, String surname)
Initializes a new instance of MapiContactNamePropertySet
class.
givenName
- The string that represents a given name.middleName
- The string that represents a middle name.surname
- The string that represents a surname.public final String getNickname()
Gets or sets the nickname of the contact
public final void setNickname(String value)
Gets or sets the nickname of the contact
public final String getGeneration()
Gets or sets the generation suffix of the contact
public final void setGeneration(String value)
Gets or sets the generation suffix of the contact
public final String getDisplayNamePrefix()
Gets or sets the title of the contact
public final void setDisplayNamePrefix(String value)
Gets or sets the title of the contact
public final String getSurname()
Gets or sets the surname (family name) of the contact
public final void setSurname(String value)
Gets or sets the surname (family name) of the contact
public final String getMiddleName()
Gets or sets the middle name of the contact
public final void setMiddleName(String value)
Gets or sets the middle name of the contact
public final String getGivenName()
Gets or sets the given name (first name) of the contact
public final void setGivenName(String value)
Gets or sets the given name (first name) of the contact
public final String getInitials()
Gets or sets the initials of the contact
public final void setInitials(String value)
Gets or sets the initials of the contact
public final String getDisplayName()
Gets or sets the full name of the contact
public final void setDisplayName(String value)
Gets or sets the full name of the contact
public final String getFileUnder()
Gets or sets the name under which to file this contact when displaying a list of contacts
public final void setFileUnder(String value)
Gets or sets the name under which to file this contact when displaying a list of contacts
public final long getFileUnderID()
Gets or sets a value specifying how to generate and recompute the (/) property when other properties are changed
FileUnder
,
getFileUnder()
,
setFileUnder(String)
public final void setFileUnderID(long value)
Gets or sets a value specifying how to generate and recompute the (/) property when other properties are changed
FileUnder
,
getFileUnder()
,
setFileUnder(String)