OutlookAddIn Members
Include Protected Members
Include Inherited Members
This class and its members are reserved for internal use and are not intended to be used in your code.
The OutlookAddIn type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OutlookAddIn | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Properties
Name | Description | |
---|---|---|
BindingContext | (Inherited from EntryPointBindableComponentBase.) | |
Container | (Inherited from RemoteComponent.) | |
ContainerComponent | (Inherited from EntryPointBindableComponentBase.) | |
DataBindings | (Inherited from EntryPointBindableComponentBase.) | |
DataHost | (Inherited from EntryPointComponentBase.) | |
DefaultDataSourceUpdateMode | (Inherited from EntryPointBindableComponentBase.) | |
DesignMode | (Inherited from RemoteComponent.) | |
HostContext | (Inherited from RemoteComponent.) | |
Identifier | (Inherited from RemoteComponent.) | |
InnerType | (Inherited from RemoteComponent.) | |
ItemProvider | (Inherited from RemoteComponent.) | |
PrimaryCookie | (Inherited from RemoteComponent.) | |
Site | (Inherited from RemoteComponent.) | |
Tag | (Inherited from RemoteComponent.) |
Top
Methods
Name | Description | |
---|---|---|
BeginInit | (Inherited from AddIn.) | |
CheckValidState | (Inherited from RemoteComponent.) | |
CreateRibbonExtensibilityObject | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides AddInCreateRibbonExtensibilityObject().) | |
CreateRibbonObjects | (Inherited from AddIn.) | |
Dispose() | (Inherited from RemoteComponent.) | |
Dispose(Boolean) | (Inherited from EntryPointComponentBase.) | |
EndInit | (Inherited from AddIn.) | |
Finalize | (Inherited from RemoteComponent.) | |
FinishInitialization | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides EntryPointComponentBaseFinishInitialization().) | |
GetFormRegions() | (Inherited from OutlookAddIn.) | |
GetFormRegions``1(Explorer) | (Inherited from OutlookAddIn.) | |
GetFormRegions``1(Inspector) | (Inherited from OutlookAddIn.) | |
GetHostItem``1 | (Inherited from RemoteComponent.) | |
GetService | (Inherited from RemoteComponent.) | |
Initialize | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides AddInInitialize().) | |
InitializeControl | (Inherited from RemoteComponent.) | |
InitializeDataBindings | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides EntryPointComponentBaseInitializeDataBindings().) | |
OnBindingContextChanged | (Inherited from EntryPointBindableComponentBase.) | |
OnShutdown | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides AddInOnShutdown().) | |
OnStartup | (Inherited from AddIn.) | |
RequestComAddInAutomationService | (Inherited from AddIn.) | |
RequestService | (Inherited from OutlookAddIn.) | |
SetPrimaryCookie | (Inherited from RemoteComponent.) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
BindingContextChanged | (Inherited from EntryPointBindableComponentBase.) | |
Disposed | (Inherited from RemoteComponent.) | |
Shutdown | (Inherited from AddIn.) | |
Startup | (Inherited from AddIn.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
Microsoft#VisualStudio#Tools#Applications#Runtime#IEntryPoint#FinishInitialization | (Inherited from EntryPointComponentBase.) | |
Microsoft#VisualStudio#Tools#Applications#Runtime#IEntryPoint#Initialize | (Inherited from EntryPointComponentBase.) | |
Microsoft#VisualStudio#Tools#Office#ISupportInitializeControl#InitializeControl | (Inherited from AddIn.) | |
Microsoft#VisualStudio#Tools#Applications#Runtime#IEntryPoint#InitializeDataBindings | (Inherited from EntryPointComponentBase.) | |
Microsoft#VisualStudio#Tools#Applications#Runtime#IEntryPoint#OnShutdown | (Inherited from EntryPointComponentBase.) | |
Microsoft#VisualStudio#Tools#Applications#Runtime#IComAddInAutomationServiceProviderCallback#RequestComAddInAutomationService | (Inherited from AddIn.) | |
Microsoft#VisualStudio#Tools#Applications#Runtime#IServiceProviderCallback#RequestService | (Inherited from AddIn.) |
Top