|
The Microsoft
Outlook View Control displays information about a specific folder and
can be integrated into solutions to provide access to Outlook data. The
control can be placed in any container that supports ActiveX controls,
including an HTML page, a Microsoft Visual Basic form, a Microsoft
Visual Basic for Applications UserForm, or a custom Outlook form. You
can programmatically set the control's properties to customize the
folder and view that is displayed in the control.
One of the key
features of the Outlook View Control is that you can use the
Restriction property of the control to filter out certain types of
data. For example, you can display the Tasks folder in the Outlook View
Control, and then filter the folder to show only those tasks for a
certain contact.
For security
reasons, changes were made to the Outlook View Control to limit its
functionality when the control is hosted outside of Outlook. In
particular, the View property cannot be changed unless the control is
used within Outlook.
TB_OVCTL is a library of wrapper
functions that allow you to insert an instance of this control in a
SDK-style dialog using ATL71.DLL as the container.
Documentation:
Description of
Outlook 2002 View Control
Download:
TB_OVCTL.ZIP
|