_RecipientControl 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.
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.
public interface class _RecipientControl : Microsoft::Office::Interop::Outlook::_DRecipientControl, Microsoft::Office::Interop::Outlook::_DRecipientControlEvents_Event
[System.Runtime.InteropServices.Guid("0006F025-0000-0000-C000-000000000046")]
public interface _RecipientControl : Microsoft.Office.Interop.Outlook._DRecipientControl, Microsoft.Office.Interop.Outlook._DRecipientControlEvents_Event
Public Interface _RecipientControl
Implements _DRecipientControl, _DRecipientControlEvents_Event
- Derived
- Attributes
- Implements
Properties
BackColor |
Returns or sets an Integer that indicates the background color of the control. Read/write. (Inherited from _DRecipientControl) |
Enabled |
Returns or gets a Boolean (bool in C#) that indicates if the control is allowed to function. Read/write. (Inherited from _DRecipientControl) |
Font |
Returns the font used to render the text inside the control. Read-only. (Inherited from _DRecipientControl) |
ForeColor |
Returns or sets an Integer that indicates the foreground color of the control. Read/write. (Inherited from _DRecipientControl) |
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) |
SpecialEffect |
Returns or sets an Integer that specifies the visual appearance of an object. Read/write. (Inherited from _DRecipientControl) |