CompanyLastFirstSpaceOnly Property

Returns a String representing 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.

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

expression**.CompanyLastFirstSpaceOnly**

*expression   * Required. An expression that returns a ContactItem object.

Note  The value of this property is only filled when its associated property (FirstName, LastName, MiddleName, CompanyName, and Suffix) contain Asian (DBCS) characters. If the corresponding field does not contain Asian characters, the property will be empty.

Applies to | ContactItem Object

See Also | CompanyAndFullName Property | CompanyLastFirstNoSpace Property | CompanyName Property | FirstName Property | FullName Property | FullNameAndCompany Property | LastFirstAndSuffix Property | LastFirstNoSpace Property | LastFirstNoSpaceCompany Property | LastFirstSpaceOnly Property | LastFirstSpaceOnlyCompany Property | LastName Property | LastNameAndFirstName Property