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
RemoteComponent
EntryPointComponentBase
EntryPointBindableComponentBase
AddIn
OutlookAddIn
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 OutlookAddIn _
Implements IOfficeEntryPoint, IEntryPoint
'Usage
Dim instance As OutlookAddIn
[StartupObjectAttribute()]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class OutlookAddIn : OutlookAddIn,
IOfficeEntryPoint, IEntryPoint
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.