_ContactItem.Email2DisplayName Property

Returns a String (string in C#) representing the display name of the second 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 Email2DisplayName As String
    Get
    Set
'Usage
Dim instance As _ContactItem
Dim value As String

value = instance.Email2DisplayName

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

Property Value

Type: System.String

Remarks

This property is set to the value of the FullName property by default.

See Also

Reference

_ContactItem Interface

_ContactItem Members

Microsoft.Office.Interop.Outlook Namespace