_ContactItem.LastNameAndFirstName Property

Returns a String (string in C#) representing the concatenated last name and first name for the contact. Read-only.

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

Syntax

'Declaration
ReadOnly Property LastNameAndFirstName As String
    Get
'Usage
Dim instance As _ContactItem
Dim value As String

value = instance.LastNameAndFirstName
string LastNameAndFirstName { get; }

Property Value

Type: System.String

Remarks

This property is parsed from the FirstName and LastName properties for the contact, which are themselves parsed from the FullName property.

See Also

Reference

_ContactItem Interface

_ContactItem Members

Microsoft.Office.Interop.Outlook Namespace