com.aspose.email
Class MapiContactNamePropertySet

java.lang.Object
  extended by com.aspose.email.MapiContactNamePropertySet

public final class MapiContactNamePropertySet
extends Object

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


Constructor Summary
MapiContactNamePropertySet()
           Initializes a new instance of MapiContactNamePropertySet class
MapiContactNamePropertySet(String givenName, String middleName, String surname)
           Initializes a new instance of MapiContactNamePropertySet class
 
Method Summary
 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)
           
 void setDisplayNamePrefix(String value)
           
 void setFileUnder(String value)
           
 void setFileUnderID(long value)
           
 void setGeneration(String value)
           
 void setGivenName(String value)
           
 void setInitials(String value)
           
 void setMiddleName(String value)
           
 void setNickname(String value)
           
 void setSurname(String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapiContactNamePropertySet

public MapiContactNamePropertySet()

Initializes a new instance of MapiContactNamePropertySet class


MapiContactNamePropertySet

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

Initializes a new instance of MapiContactNamePropertySet class

Parameters:
givenName - Given name
middleName - Middle name
surname - Surname
Method Detail

getNickname

public String getNickname()

Gets or sets the nickname of the contact


setNickname

public void setNickname(String value)

getGeneration

public String getGeneration()

Gets or sets the generation suffix of the contact


setGeneration

public void setGeneration(String value)

getDisplayNamePrefix

public String getDisplayNamePrefix()

Gets or sets the title of the contact


setDisplayNamePrefix

public void setDisplayNamePrefix(String value)

getSurname

public String getSurname()

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


setSurname

public void setSurname(String value)

getMiddleName

public String getMiddleName()

Gets or sets the middle name of the contact


setMiddleName

public void setMiddleName(String value)

getGivenName

public String getGivenName()

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


setGivenName

public void setGivenName(String value)

getInitials

public String getInitials()

Gets or sets the initials of the contact


setInitials

public void setInitials(String value)

getDisplayName

public String getDisplayName()

Gets or sets the full name of the contact


setDisplayName

public void setDisplayName(String value)

getFileUnder

public String getFileUnder()

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


setFileUnder

public void setFileUnder(String value)

getFileUnderID

public long getFileUnderID()

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

See Also:
FileUnder

setFileUnderID

public void setFileUnderID(long value)


Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.