Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 _TaskRequestUpdateItem
Dim value As FormDescription
value = instance.FormDescription
[DispIdAttribute()]
FormDescription FormDescription { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.FormDescription
See Also
Reference
_TaskRequestUpdateItem Interface