LastFirstAndSuffix Property

Microsoft Outlook Visual Basic

LastFirstAndSuffix Property

       

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

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

expression.LastFirstAndSuffix

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.