OutlookAddInBase.Base Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.