Compartir a través de


OutlookAddIn Class

[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Syntax

<ToolboxItemFilterAttribute("VSTOViewBase", ToolboxItemFilterType.Require)> _
<DebuggerNonUserCodeAttribute> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class OutlookAddIn _
    Inherits AddIn

Dim instance As OutlookAddIn
[ToolboxItemFilterAttribute("VSTOViewBase", ToolboxItemFilterType.Require)]
[DebuggerNonUserCodeAttribute]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class OutlookAddIn : AddIn
[ToolboxItemFilterAttribute(L"VSTOViewBase", ToolboxItemFilterType::Require)]
[DebuggerNonUserCodeAttribute]
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class OutlookAddIn : public AddIn
public class OutlookAddIn extends AddIn
Not applicable.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    Microsoft.VisualStudio.Tools.Applications.ContractAdapterBase
      RemoteComponent
        EntryPointComponentBase
          EntryPointBindableComponentBase
            AddIn
              Microsoft.Office.Tools.Outlook.OutlookAddIn

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

Members
Microsoft.Office.Tools.Outlook Namespace