_Inspector.ModifiedFormPages Property
Returns the Pages collection that represents all the pages for the item in the inspector. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property ModifiedFormPages As Object
Get
'Usage
Dim instance As _Inspector
Dim value As Object
value = instance.ModifiedFormPages
[DispIdAttribute()]
Object ModifiedFormPages { get; }
Property Value
Type: System.Object
Remarks
The main page and up to five customizable pages can be obtained using the Add method.