_RecipientControl Interface

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.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<CoClassAttribute(GetType(_RecipientControlClass))> _
<GuidAttribute("0006F025-0000-0000-C000-000000000046")> _
Public Interface _RecipientControl _
    Inherits _DRecipientControl, _DRecipientControlEvents_Event
'Usage
Dim instance As _RecipientControl
[CoClassAttribute(typeof(_RecipientControlClass))]
[GuidAttribute("0006F025-0000-0000-C000-000000000046")]
public interface _RecipientControl : _DRecipientControl, 
    _DRecipientControlEvents_Event

See Also

Reference

_RecipientControl Members

Microsoft.Office.Interop.Outlook Namespace