Store.DisplayName property (Outlook)

Returns a String representing the display name of the Store object. Read-only.

Syntax

expression.DisplayName

expression A variable that represents a Store object.

Remarks

DisplayName is the default property of the Store object. This property corresponds to the MAPI property, PidTagDisplayName.

DisplayName is read-only. To change the DisplayName of a Personal Folders File (.pst), use the PropertyAccessor object and the PropertyAccessor.SetProperty method.

See also

Store Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.