ContactItem.LastFirstSpaceOnlyCompany Property
Outlook Developer Reference |
Returns a String representing the concatenated last name, first name, and middle name of the contact with spaces between them. Read-only.
Syntax
expression.LastFirstSpaceOnlyCompany
expression A variable that represents a ContactItem object.
Remarks
The company name for the contact is included after the middle name. This property is parsed from the CompanyName, LastName, FirstName, and MiddleName properties. The LastName, FirstName, and MiddleName properties are themselves parsed from the FullName property. 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.
See Also
- ContactItem Object
- ContactItem Object Members
- CompanyAndFullName Property
- CompanyLastFirstNoSpace Property
- CompanyLastFirstSpaceOnly Property
- CompanyMainTelephoneNumber Property
- FullName Property
- FullNameAndCompany Property
- LastFirstAndSuffix Property
- LastFirstNoSpace Property
- LastFirstNoSpaceCompany Property
- LastFirstSpaceOnly Property
- MiddleName Property