Returns the concatenated last name, first name, and middle name of the contact with no space between the last name and the first name. This property is parsed from the LastName, FirstName and MiddleName properties.
Read-only String.
Note: The LastName, FirstName, and MiddleName properties are themselves parsed from the FullName property.
Syntax
objContactItem.LastFirstNoSpace
objContactItem Required. An expression that returns a ContactItem object.