_DRecipientControl Interface

A control that displays the recipients of an Outlook item.

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

Syntax

'Declaration
<GuidAttribute("0006F025-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface _DRecipientControl
'Usage
Dim instance As _DRecipientControl
[GuidAttribute("0006F025-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface _DRecipientControl

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.

See Also

Reference

_DRecipientControl Members

Microsoft.Office.Interop.Outlook Namespace