_Application.COMAddIns Property

Returns a COMAddIns collection that represents all the Component Object Model (COM) add-ins currently loaded in Microsoft Outlook.

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

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property COMAddIns As COMAddIns
    Get
'Usage
Dim instance As _Application
Dim value As COMAddIns

value = instance.COMAddIns
[DispIdAttribute()]
COMAddIns COMAddIns { get; }

Property Value

Type: Microsoft.Office.Core.COMAddIns

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Outlook Namespace