OlkControl Interface

Defines a set of control properties common to some Microsoft Outlook controls.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<TypeLibTypeAttribute()> _
<GuidAttribute("00067366-0000-0000-C000-000000000046")> _
Public Interface OlkControl
'Usage
Dim instance As OlkControl
[TypeLibTypeAttribute()]
[GuidAttribute("00067366-0000-0000-C000-000000000046")]
public interface OlkControl

Remarks

The members offered by OlkControl can apply to most Outlook controls. OlkControl provides a class to which you can conveniently cast an Outlook control without resorting to reflection. Although OlkControl does not apply to Microsoft Forms 2.0 controls, similar properties are available to Forms 2.0 controls. For more information, see OL98: Additional Control Properties Available for Programming.

See Also

Reference

OlkControl Members

Microsoft.Office.Interop.Outlook Namespace