_OlkPageControl.Page Property
Returns or sets an OlPageType constant that specifies the type of page that will be displayed in this control. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Page As OlPageType
Get
Set
'Usage
Dim instance As _OlkPageControl
Dim value As OlPageType
value = instance.Page
instance.Page = value
[DispIdAttribute()]
OlPageType Page { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlPageType
Remarks
The default value is olPageTypePlanner.