Inspector.NewFormRegion Method

Outlook Developer Reference

Opens a new page in design mode in the inspector for a new form region.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.NewFormRegion

expression   A variable that represents an Inspector object.

Return Value
An Object that represents the page displaying the form region in the inspector.

Remarks

If the inspector is not already in design mode, NewFormRegion will put it in design mode.

This method only opens a page for a new form region in design mode. This method is not intended for creating a form region at runtime.

See Also