CompanyLastFirstSpaceOnly Property

See Also                  Applies To        

Returns the company name for the contact followed by the concatenated last name, first name, and middle name with spaces between the last, first, and middle 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.CompanyLastFirstSpaceOnly

objContactItem   Required. An expression that returns a ContactItem object.