MapiContactNamePropertySet Class

The properties are used to specify the name of the person represented by the contact
Inheritance Hierarchy
SystemObject
  Aspose.Email.MapiMapiContactNamePropertySet

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

The MapiContactNamePropertySet type exposes the following members.

Constructors
  NameDescription
Public methodMapiContactNamePropertySet
Initializes a new instance of MapiContactNamePropertySet class
Public methodMapiContactNamePropertySet(String, String, String)
Initializes a new instance of MapiContactNamePropertySet class.
Properties
  NameDescription
Public propertyDisplayName
Gets or sets the full name of the contact
Public propertyDisplayNamePrefix
Gets or sets the title of the contact
Public propertyFileUnder
Gets or sets the name under which to file this contact when displaying a list of contacts
Public propertyFileUnderID
Gets or sets a value specifying how to generate and recompute the property when other properties are changed
Public propertyGeneration
Gets or sets the generation suffix of the contact
Public propertyGivenName
Gets or sets the given name (first name) of the contact
Public propertyInitials
Gets or sets the initials of the contact
Public propertyMiddleName
Gets or sets the middle name of the contact
Public propertyNickname
Gets or sets the nickname of the contact
Public propertySurname
Gets or sets the surname (family name) 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