_DDocSiteControl 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 body of an Outlook item.
public interface class _DDocSiteControl
[System.Runtime.InteropServices.Guid("0006F026-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface _DDocSiteControl
Public Interface _DDocSiteControl
- Derived
- Attributes
Remarks
This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this interface to access the object and its members; refer to this interface for information about them.
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. |
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. |