MapiContactProfessionalPropertySet Class

Properties are used to store professional details for the person represented by the contact
Inheritance Hierarchy
SystemObject
  Aspose.Email.MapiMapiContactProfessionalPropertySet

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class MapiContactProfessionalPropertySet

The MapiContactProfessionalPropertySet type exposes the following members.

Constructors
  NameDescription
Public methodMapiContactProfessionalPropertySet
Initializes a new instance of the MapiContactProfessionalPropertySet class.
Public methodMapiContactProfessionalPropertySet(MapiPropertyCollection)
Initializes a new instance of the MapiContactProfessionalPropertySet class
Public methodMapiContactProfessionalPropertySet(String, String)
Initializes a new instance of the MapiContactProfessionalPropertySet class.
Properties
  NameDescription
Public propertyAssistant
Gets or sets the name of the contact's assistant
Public propertyCompanyName
Gets or sets the company that employs the contact
Public propertyDepartmentName
Gets or sets the name of the department to which the contact belongs
Public propertyManagerName
Gets or sets the name of the contact's manager
Public propertyOfficeLocation
Gets or sets the location of the office that the contact works in
Public propertyProfession
Gets or sets the profession of the contact
Public propertyTitle
Gets or sets the job title of the contact
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also