LastFirstSpaceOnly Property

See Also                  Applies To        

Returns the concatenated last name, first name, and middle name of the contact with spaces between them. This property is parsed from the LastName, FirstName and MiddleName properties.

Read-only String.

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

Syntax

objContactItem.LastFirstSpaceOnly

objContactItem   Required. An expression that returns a ContactItem object.