Share via


_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
Property Page As OlPageType
    Get
    Set
'Usage
Dim instance As _OlkPageControl
Dim value As OlPageType

value = instance.Page

instance.Page = value
OlPageType Page { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlPageType

Remarks

The default value is olPageTypePlanner.

See Also

Reference

_OlkPageControl Interface

_OlkPageControl Members

Microsoft.Office.Interop.Outlook Namespace