Class MapiContactProfessionalPropertySet

MapiContactProfessionalPropertySet class

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

public sealed class MapiContactProfessionalPropertySet : MapiContactPropertySet

Constructors

NameDescription
MapiContactProfessionalPropertySet()Initializes a new instance of the MapiContactProfessionalPropertySet class.
MapiContactProfessionalPropertySet(MapiPropertyCollection)Initializes a new instance of the MapiContactProfessionalPropertySet class
MapiContactProfessionalPropertySet(string, string)Initializes a new instance of the MapiContactProfessionalPropertySet class.

Properties

NameDescription
Assistant { get; set; }Gets or sets the name of the contact’s assistant
CompanyName { get; set; }Gets or sets the company that employs the contact
DepartmentName { get; set; }Gets or sets the name of the department to which the contact belongs
ManagerName { get; set; }Gets or sets the name of the contact’s manager
OfficeLocation { get; set; }Gets or sets the location of the office that the contact works in
Profession { get; set; }Gets or sets the profession of the contact
Title { get; set; }Gets or sets the job title of the contact

See Also