Store.DisplayName Property

Outlook Developer Reference

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

Version Information
 Version Added:  Outlook 2007

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, PR_DISPLAY_NAME.

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