_ContactItem.Email3DisplayName Property
Returns a String (string in C#) representing the display name of the third e-mail entry for the contact. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Email3DisplayName As String
Get
Set
'Usage
Dim instance As _ContactItem
Dim value As String
value = instance.Email3DisplayName
instance.Email3DisplayName = value
[DispIdAttribute()]
string Email3DisplayName { get; set; }
Property Value
Type: System.String
Remarks
This property is set to the value of the FullName property by default.