_ContactItem.LastFirstAndSuffix Property

Returns a String (string in C#) representing the last name, first name, middle name, and suffix of the contact. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property LastFirstAndSuffix As String
    Get
'Usage
Dim instance As _ContactItem
Dim value As String

value = instance.LastFirstAndSuffix
[DispIdAttribute()]
string LastFirstAndSuffix { get; }

Property Value

Type: System.String

Remarks

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. The LastName, FirstName, and Suffix properties are themselves parsed from the FullName property. The value of this property is only filled when it’s 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

Reference

_ContactItem Interface

_ContactItem Members

Microsoft.Office.Interop.Outlook Namespace