ContactItem.Email2DisplayName Property

Outlook Developer Reference

Returns a String representing the display name of the second e-mail entry for the contact. Read/write.

Syntax

expression.Email2DisplayName

expression   A variable that represents a ContactItem object.

Remarks

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

See Also