OlkPageControl Interface
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.
A control that displays the contents of a page.
public interface class OlkPageControl : Microsoft::Office::Interop::Outlook::_OlkPageControl, Microsoft::Office::Interop::Outlook::OlkPageControlEvents_Event
[System.Runtime.InteropServices.Guid("000672F8-0000-0000-C000-000000000046")]
public interface OlkPageControl : Microsoft.Office.Interop.Outlook._OlkPageControl, Microsoft.Office.Interop.Outlook.OlkPageControlEvents_Event
Public Interface OlkPageControl
Implements _OlkPageControl, OlkPageControlEvents_Event
- Derived
- Attributes
- Implements
Remarks
This is a .NET interface derived from a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this derived interface to access all method, property, and event members of the COM object. However, if a method or event you want to use shares the same name under the same COM object, cast to the corresponding primary interface to call the method, and cast to the latest events interface to connect to the event. Refer to this topic for information about the COM object. For information about the method and property members of the COM object, see _OlkPageControl.
Before you use this control for the first time in the forms designer, add the Microsoft Outlook Page Control to the control toolbox. You can only add this control to a form region in an Outlook form using the forms designer; you cannot add this control to a Visual Basic UserForm object in the Visual Basic Editor. This control supports Microsoft Windows themes.
Currently this control supports two Outlook pages: the free/busy scheduling page and the meeting request tracking page. The following is an example of the page control displaying a free/busy schedule at runtime.
The following is an example of the page control displaying a meeting request tracking page at runtime.
For more information about Outlook controls, see Controls in a Custom Form
Properties
Page |
Returns or sets an OlPageType constant that specifies the type of page that will be displayed in this control. Read/write. (Inherited from _OlkPageControl) |