FormDescription.Name Property (Outlook)

Returns or sets a String value that represents 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

Concepts

FormDescription Object Members

FormDescription Object