LastFirstAndSuffix Property

See Also                  Applies To        

Returns the last name, first name, middle name, and suffix of the contact. There is a comma between the last and first names and spaces between all the names and the suffix. This property is parsed from the LastName, FirstName, MiddleName and Suffix properties.

Read-only String.

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

Syntax

objContactItem.LastFirstAndSuffix

objContactItem   Required. An expression that returns a ContactItem object.