OutlookAddIn Constructor

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)

Syntax

'Declaration
Public Sub New
'Usage

Dim instance As New OutlookAddIn()
public OutlookAddIn()

Remarks

You cannot create OutlookAddIn host items programmatically. Instead, use the ThisAddIn class that is automatically created in your add-in project. The ThisAddIn class derives from OutlookAddIn. For more information, see Programming Application-Level Add-Ins and AddIn Host Item.

.NET Framework Security

See Also

Reference

OutlookAddIn Class

OutlookAddIn Members

OutlookAddIn Overload

Microsoft.Office.Tools.Outlook Namespace