MapiContactProfessionalPropertySet

Inheritance: java.lang.Object, com.aspose.email.MapiContactPropertySet

public final class MapiContactProfessionalPropertySet extends MapiContactPropertySet

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

Constructors

ConstructorDescription
MapiContactProfessionalPropertySet()Initializes a new instance of the MapiContactProfessionalPropertySet class.
MapiContactProfessionalPropertySet(String companyName, String title)Initializes a new instance of the MapiContactProfessionalPropertySet class.
MapiContactProfessionalPropertySet(MapiPropertyCollection properties)Initializes a new instance of the MapiContactProfessionalPropertySet class

Methods

MethodDescription
equals(Object arg0)
getAssistant()Gets or sets the name of the contact’s assistant
getClass()
getCompanyName()Gets or sets the company that employs the contact
getDepartmentName()Gets or sets the name of the department to which the contact belongs
getManagerName()Gets or sets the name of the contact’s manager
getOfficeLocation()Gets or sets the location of the office that the contact works in
getProfession()Gets or sets the profession of the contact
getTitle()Gets or sets the job title of the contact
hashCode()
notify()
notifyAll()
setAssistant(String value)Gets or sets the name of the contact’s assistant
setCompanyName(String value)Gets or sets the company that employs the contact
setDepartmentName(String value)Gets or sets the name of the department to which the contact belongs
setManagerName(String value)Gets or sets the name of the contact’s manager
setOfficeLocation(String value)Gets or sets the location of the office that the contact works in
setProfession(String value)Gets or sets the profession of the contact
setTitle(String value)Gets or sets the job title of the contact
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

MapiContactProfessionalPropertySet()

public MapiContactProfessionalPropertySet()

Initializes a new instance of the MapiContactProfessionalPropertySet class.

MapiContactProfessionalPropertySet(String companyName, String title)

public MapiContactProfessionalPropertySet(String companyName, String title)

Initializes a new instance of the MapiContactProfessionalPropertySet class.

Parameters:

ParameterTypeDescription
companyNamejava.lang.StringName of the company.
titlejava.lang.StringThe title.

MapiContactProfessionalPropertySet(MapiPropertyCollection properties)

public MapiContactProfessionalPropertySet(MapiPropertyCollection properties)

Initializes a new instance of the MapiContactProfessionalPropertySet class

Parameters:

ParameterTypeDescription
propertiesMapiPropertyCollectionA MapiPropertyCollection containing contact professional properties

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAssistant()

public final String getAssistant()

Gets or sets the name of the contact’s assistant

Returns: java.lang.String

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCompanyName()

public final String getCompanyName()

Gets or sets the company that employs the contact

Returns: java.lang.String

getDepartmentName()

public final String getDepartmentName()

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

Returns: java.lang.String

getManagerName()

public final String getManagerName()

Gets or sets the name of the contact’s manager

Returns: java.lang.String

getOfficeLocation()

public final String getOfficeLocation()

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

Returns: java.lang.String

getProfession()

public final String getProfession()

Gets or sets the profession of the contact

Returns: java.lang.String

getTitle()

public final String getTitle()

Gets or sets the job title of the contact

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAssistant(String value)

public final void setAssistant(String value)

Gets or sets the name of the contact’s assistant

Parameters:

ParameterTypeDescription
valuejava.lang.String

setCompanyName(String value)

public final void setCompanyName(String value)

Gets or sets the company that employs the contact

Parameters:

ParameterTypeDescription
valuejava.lang.String

setDepartmentName(String value)

public final void setDepartmentName(String value)

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

Parameters:

ParameterTypeDescription
valuejava.lang.String

setManagerName(String value)

public final void setManagerName(String value)

Gets or sets the name of the contact’s manager

Parameters:

ParameterTypeDescription
valuejava.lang.String

setOfficeLocation(String value)

public final void setOfficeLocation(String value)

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

Parameters:

ParameterTypeDescription
valuejava.lang.String

setProfession(String value)

public final void setProfession(String value)

Gets or sets the profession of the contact

Parameters:

ParameterTypeDescription
valuejava.lang.String

setTitle(String value)

public final void setTitle(String value)

Gets or sets the job title of the contact

Parameters:

ParameterTypeDescription
valuejava.lang.String

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int