Account.DisplayName Property

Outlook Developer Reference

Returns a String representing the display name of the e-mail Account. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.DisplayName

expression   A variable that represents an Account object.

Remarks

DisplayName is the default property of the Account object.

See Also