Share via


FormDescription.DisplayName Property

Outlook Developer Reference

Returns or sets a String representing the name of the form, which is displayed in the Choose Forms dialog box. Read/write.

Syntax

expression.DisplayName

expression   A variable that represents a FormDescription object.

Remarks

If both the FormDescription.Name and FormDescription.DisplayName properties are empty, setting one will set the other. If one has been previously set, setting the other will not change the value.

See Also