_DocumentItem.FormDescription Property
Returns the FormDescription object that represents the form description for the specified Outlook item. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property FormDescription As FormDescription
Get
'Usage
Dim instance As _DocumentItem
Dim value As FormDescription
value = instance.FormDescription
[DispIdAttribute()]
FormDescription FormDescription { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.FormDescription