_DocSiteControl Interface

Definition

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.

public interface class _DocSiteControl : Microsoft::Office::Interop::Outlook::_DDocSiteControl, Microsoft::Office::Interop::Outlook::_DDocSiteControlEvents_Event
[System.Runtime.InteropServices.Guid("0006F026-0000-0000-C000-000000000046")]
public interface _DocSiteControl : Microsoft.Office.Interop.Outlook._DDocSiteControl, Microsoft.Office.Interop.Outlook._DDocSiteControlEvents_Event
Public Interface _DocSiteControl
Implements _DDocSiteControl, _DDocSiteControlEvents_Event
Derived
Attributes
Implements

Properties

ReadOnly

Returns or sets a Boolean value (bool in C#) that specifies whether the body displayed in the control can only be viewed and cannot be modified. Read/write.

(Inherited from _DDocSiteControl)
SuppressAttachments

Returns or sets a Boolean value (bool in C#) that specified whether attachments of the Outlook item should not be displayed in the control. Read/write.

(Inherited from _DDocSiteControl)

Applies to