ContactItem.Email1DisplayName Property

Outlook Developer Reference

Returns a String representing the display name of the first e-mail address for the contact. Read-write.

Syntax

expression.Email1DisplayName

expression   A variable that represents a ContactItem object.

Remarks

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

See Also