_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
<DispIdAttribute()> _
ReadOnly Property LastNameAndFirstName As String
Get
'Usage
Dim instance As _ContactItem
Dim value As String
value = instance.LastNameAndFirstName
[DispIdAttribute()]
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.