FormDescription Interface

This object, member, or enumeration is deprecated and is not intended to be used in your code.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<GuidAttribute("00063046-0000-0000-C000-000000000046")> _
<TypeLibTypeAttribute()> _
Public Interface FormDescription
'Usage
Dim instance As FormDescription
[GuidAttribute("00063046-0000-0000-C000-000000000046")]
[TypeLibTypeAttribute()]
public interface FormDescription

Remarks

Represents the general properties of an Outlook form.

The properties of an Outlook form are displayed on the Properties page of a form in design time.

To see the Properties page in design time, open the Outlook item, select Forms on the Tools menu, click Design This Form, and then click the Properties tab in the item's window.

Use the FormDescription property to return the FormDescription object associated with an Outlook item.

See Also

Reference

FormDescription Members

Microsoft.Office.Interop.Outlook Namespace