CompanyLastFirstNoSpace Property

See Also                  Applies To        

Returns the company name for the contact followed by the concatenated last name, first name, and middle name with no space between the last and first names. This property is parsed from the CompanyName, LastName, FirstName and MiddleName properties.

Read-only String.

Note: The LastName, FirstName, and MiddleName properties are themselves parsed from the FullName property.

Syntax

objContactItem.CompanyLastFirstNoSpace

objContactItem   Required. An expression that returns a ContactItem object.