|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MapiContactProfessionalPropertySet
public final class MapiContactProfessionalPropertySet
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 |
---|
public MapiContactProfessionalPropertySet()
public MapiContactProfessionalPropertySet(MapiPropertyCollection properties)
Initializes a new instance of the MapiContactProfessionalPropertySet
class
properties
- A MapiPropertyCollection
containing contact professional propertiesMethod Detail |
---|
public String getTitle()
Gets or sets the job title of the contact
public void setTitle(String value)
public String getCompanyName()
Gets or sets the company that employs the contact
public void setCompanyName(String value)
public String getDepartmentName()
Gets or sets the name of the department to which the contact belongs
public void setDepartmentName(String value)
public String getOfficeLocation()
Gets or sets the location of the office that the contact works in
public void setOfficeLocation(String value)
public String getManagerName()
Gets or sets the name of the contact's manager
public void setManagerName(String value)
public String getAssistant()
Gets or sets the name of the contact's assistant
public void setAssistant(String value)
public String getProfession()
Gets or sets the profession of the contact
public void setProfession(String value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |