OutlookAddInBase.Base Property

Definition

Gets the OutlookAddIn object that this OutlookAddInBase object extends.

public:
 property Microsoft::Office::Tools::Outlook::OutlookAddIn ^ Base { Microsoft::Office::Tools::Outlook::OutlookAddIn ^ get(); };
public Microsoft.Office.Tools.Outlook.OutlookAddIn Base { get; }
member this.Base : Microsoft.Office.Tools.Outlook.OutlookAddIn
Public ReadOnly Property Base As OutlookAddIn

Property Value

The object that this OutlookAddInBase object extends.

Applies to