Expand Minimize
This topic has not yet been rated - Rate this topic

ContactItem.LastFirstSpaceOnly Property (Outlook)

Returns a String representing the concatenated last name, first name, and middle name of the contact with spaces between them. Read-only.

expression .LastFirstSpaceOnly

expression A variable that represents a ContactItem object.

This property is parsed from the 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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.