_ContactItem.Email1DisplayName Property

Returns a String (string in C#) representing the display name of the first e-mail address for the contact. Read-write.

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

Syntax

'Declaration
Property Email1DisplayName As String
    Get
    Set
'Usage
Dim instance As _ContactItem
Dim value As String

value = instance.Email1DisplayName

instance.Email1DisplayName = value
string Email1DisplayName { 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