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