Returns the concatenated last name, first name, and middle name of the contact with spaces between them. The company name for the contact is 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.LastFirstSpaceOnlyCompany
objContactItem Required. An expression that returns a ContactItem object.