Class MapiContactNamePropertySet

MapiContactNamePropertySet class

The properties are used to specify the name of the person represented by the contact

public sealed class MapiContactNamePropertySet : MapiContactPropertySet

Constructors

NameDescription
MapiContactNamePropertySet()Initializes a new instance of MapiContactNamePropertySet class
MapiContactNamePropertySet(string, string, string)Initializes a new instance of MapiContactNamePropertySet class.

Properties

NameDescription
DisplayName { get; set; }Gets or sets the full name of the contact
DisplayNamePrefix { get; set; }Gets or sets the title of the contact
FileUnder { get; set; }Gets or sets the name under which to file this contact when displaying a list of contacts
FileUnderID { get; set; }Gets or sets a value specifying how to generate and recompute the property when other properties are changed
Generation { get; set; }Gets or sets the generation suffix of the contact
GivenName { get; set; }Gets or sets the given name (first name) of the contact
Initials { get; set; }Gets or sets the initials of the contact
MiddleName { get; set; }Gets or sets the middle name of the contact
Nickname { get; set; }Gets or sets the nickname of the contact
Surname { get; set; }Gets or sets the surname (family name) of the contact

See Also