_DRecipientControl Interface

Definition

A control that displays the recipients of an Outlook item.

public interface class _DRecipientControl
[System.Runtime.InteropServices.Guid("0006F025-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface _DRecipientControl
Public Interface _DRecipientControl
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

BackColor

Returns or sets an Integer that indicates the background color of the control. Read/write.

Enabled

Returns or gets a Boolean (bool in C#) that indicates if the control is allowed to function. Read/write.

Font

Returns the font used to render the text inside the control. Read-only.

ForeColor

Returns or sets an Integer that indicates the foreground color of the control. Read/write.

ReadOnly

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

SpecialEffect

Returns or sets an Integer that specifies the visual appearance of an object. Read/write.

Applies to