public final class MapiContactProfessionalPropertySet extends Object
Properties are used to store professional details for the person represented by the contact
Constructor and Description |
---|
MapiContactProfessionalPropertySet()
Initializes a new instance of the
MapiContactProfessionalPropertySet class. |
MapiContactProfessionalPropertySet(MapiPropertyCollection properties)
Initializes a new instance of the
MapiContactProfessionalPropertySet class |
MapiContactProfessionalPropertySet(String companyName,
String title)
Initializes a new instance of the
MapiContactProfessionalPropertySet class. |
Modifier and Type | Method and Description |
---|---|
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)
Gets or sets the name
of the contact's assistant
|
void |
setCompanyName(String value)
Gets or sets the company
that employs the contact
|
void |
setDepartmentName(String value)
Gets or sets the name of the department
to which the contact belongs
|
void |
setManagerName(String value)
Gets or sets the name
of the contact's manager
|
void |
setOfficeLocation(String value)
Gets or sets the location
of the office that the contact works in
|
void |
setProfession(String value)
Gets or sets the profession
of the contact
|
void |
setTitle(String value)
Gets or sets the job title
of the contact
|
public MapiContactProfessionalPropertySet()
Initializes a new instance of the MapiContactProfessionalPropertySet
class.
public MapiContactProfessionalPropertySet(String companyName, String title)
Initializes a new instance of the MapiContactProfessionalPropertySet
class.
companyName
- Name of the company.title
- The title.public MapiContactProfessionalPropertySet(MapiPropertyCollection properties)
Initializes a new instance of the MapiContactProfessionalPropertySet
class
properties
- A MapiPropertyCollection
containing contact professional propertiespublic final String getTitle()
Gets or sets the job title of the contact
public final void setTitle(String value)
Gets or sets the job title of the contact
public final String getCompanyName()
Gets or sets the company that employs the contact
public final void setCompanyName(String value)
Gets or sets the company that employs the contact
public final String getDepartmentName()
Gets or sets the name of the department to which the contact belongs
public final void setDepartmentName(String value)
Gets or sets the name of the department to which the contact belongs
public final String getOfficeLocation()
Gets or sets the location of the office that the contact works in
public final void setOfficeLocation(String value)
Gets or sets the location of the office that the contact works in
public final String getManagerName()
Gets or sets the name of the contact's manager
public final void setManagerName(String value)
Gets or sets the name of the contact's manager
public final String getAssistant()
Gets or sets the name of the contact's assistant
public final void setAssistant(String value)
Gets or sets the name of the contact's assistant
public final String getProfession()
Gets or sets the profession of the contact
public final void setProfession(String value)
Gets or sets the profession of the contact