_TaskRequestUpdateItem.FormDescription Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the FormDescription object that represents the form description for the specified Outlook item. Read-only.
public:
property Microsoft::Office::Interop::Outlook::FormDescription ^ FormDescription { Microsoft::Office::Interop::Outlook::FormDescription ^ get(); };
public Microsoft.Office.Interop.Outlook.FormDescription FormDescription { get; }
Public ReadOnly Property FormDescription As FormDescription