MapiContactNamePropertySet.MapiContactNamePropertySet

MapiContactNamePropertySet()

Initializes a new instance of MapiContactNamePropertySet class

public MapiContactNamePropertySet()

See Also


MapiContactNamePropertySet(string, string, string)

Initializes a new instance of MapiContactNamePropertySet class.

public MapiContactNamePropertySet(string givenName, string middleName, string surname)
ParameterTypeDescription
givenNameStringThe string that represents a given name.
middleNameStringThe string that represents a middle name.
surnameStringThe string that represents a surname.

See Also