LastFirstSpaceOnlyCompany Property

Microsoft Outlook Visual Basic

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

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

expression.LastFirstSpaceOnlyCompany

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.