_DocSiteControl Interface

This is a .NET interface derived from a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use the primary interface that is in the COM coclass to access the object and its members. For information about the object and its members, see _DDocSiteControl.

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

Syntax

'Declaration
<GuidAttribute("0006F026-0000-0000-C000-000000000046")> _
Public Interface _DocSiteControl _
    Inherits _DDocSiteControl, _DDocSiteControlEvents_Event
'Usage
Dim instance As _DocSiteControl
[GuidAttribute("0006F026-0000-0000-C000-000000000046")]
public interface _DocSiteControl : _DDocSiteControl, 
    _DDocSiteControlEvents_Event

See Also

Reference

_DocSiteControl Members

Microsoft.Office.Interop.Outlook Namespace