OutlookAddIn class

This class and its members are reserved for internal use and are not intended to be used in your code.

Inheritance hierarchy

System.Object
  AddInBase
    OutlookAddInBase
      Microsoft.Office.BusinessApplications.Runtime.OutlookAddIn

Namespace:  Microsoft.Office.BusinessApplications.Runtime
Assembly:  Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)

Syntax

'Declaration
<StartupObjectAttribute()> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class OutlookAddIn _
    Inherits OutlookAddInBase
'Usage
Dim instance As OutlookAddIn
[StartupObjectAttribute()]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class OutlookAddIn : OutlookAddInBase

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

OutlookAddIn members

Microsoft.Office.BusinessApplications.Runtime namespace