Share via


FormDescription.Name Property

Outlook Developer Reference

Returns or sets the display name for a form. Read/write.

Syntax

expression.Name

expression   A variable that represents a FormDescription object.

Remarks

The Name is also the caption for a form. This property must be set before you can use the FormDescription.PublishForm method.

See Also