com.aspose.email
Class MapiContactProfessionalPropertySet

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

public final class MapiContactProfessionalPropertySet
extends Object

Properties are used to store professional details for the person represented by the contact


Constructor Summary
MapiContactProfessionalPropertySet()
           
MapiContactProfessionalPropertySet(MapiPropertyCollection properties)
           Initializes a new instance of the MapiContactProfessionalPropertySet class
 
Method Summary
 String getAssistant()
           Gets or sets the name of the contact's assistant
 String getCompanyName()
           Gets or sets the company that employs the contact
 String getDepartmentName()
           Gets or sets the name of the department to which the contact belongs
 String getManagerName()
           Gets or sets the name of the contact's manager
 String getOfficeLocation()
           Gets or sets the location of the office that the contact works in
 String getProfession()
           Gets or sets the profession of the contact
 String getTitle()
           Gets or sets the job title of the contact
 void setAssistant(String value)
           
 void setCompanyName(String value)
           
 void setDepartmentName(String value)
           
 void setManagerName(String value)
           
 void setOfficeLocation(String value)
           
 void setProfession(String value)
           
 void setTitle(String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapiContactProfessionalPropertySet

public MapiContactProfessionalPropertySet()

MapiContactProfessionalPropertySet

public MapiContactProfessionalPropertySet(MapiPropertyCollection properties)

Initializes a new instance of the MapiContactProfessionalPropertySet class

Parameters:
properties - A MapiPropertyCollection containing contact professional properties
Method Detail

getTitle

public String getTitle()

Gets or sets the job title of the contact


setTitle

public void setTitle(String value)

getCompanyName

public String getCompanyName()

Gets or sets the company that employs the contact


setCompanyName

public void setCompanyName(String value)

getDepartmentName

public String getDepartmentName()

Gets or sets the name of the department to which the contact belongs


setDepartmentName

public void setDepartmentName(String value)

getOfficeLocation

public String getOfficeLocation()

Gets or sets the location of the office that the contact works in


setOfficeLocation

public void setOfficeLocation(String value)

getManagerName

public String getManagerName()

Gets or sets the name of the contact's manager


setManagerName

public void setManagerName(String value)

getAssistant

public String getAssistant()

Gets or sets the name of the contact's assistant


setAssistant

public void setAssistant(String value)

getProfession

public String getProfession()

Gets or sets the profession of the contact


setProfession

public void setProfession(String value)


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.