Share via


_RecipientControl Members

Include Protected Members
Include Inherited Members

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 _DRecipientControl.

The _RecipientControl type exposes the following members.

Properties

  Name Description
Public property BackColor Returns or sets an Integer that indicates the background color of the control. Read/write. (Inherited from _DRecipientControl.)
Public property Enabled Returns or gets a Boolean (bool in C#) that indicates if the control is allowed to function. Read/write. (Inherited from _DRecipientControl.)
Public property Font Returns the font used to render the text inside the control. Read-only. (Inherited from _DRecipientControl.)
Public property ForeColor Returns or sets an Integer that indicates the foreground color of the control. Read/write. (Inherited from _DRecipientControl.)
Public property 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. (Inherited from _DRecipientControl.)
Public property SpecialEffect Returns or sets an Integer that specifies the visual appearance of an object. Read/write. (Inherited from _DRecipientControl.)

Top

See Also

Reference

_RecipientControl Interface

Microsoft.Office.Interop.Outlook Namespace