Tag Archives: COM add-ins

Develop Outlook add-in with custom command bars and ribbon tabs (Delphi)

You can watch the full-size original video here: http://www.add-in-express.com/creating-addins-blog/2010/05/07/outlook-addin-delphi-video-howto/ This video (in Delphi) shows how to create and Outlook add-in with custom command bars and ribbon tabs for Outlook 2000 – 2007. This video sample was captured in Delphi 2009 … Continue reading

Posted in Outlook VBA Tutorial | Tagged , , , , , | Leave a comment

Video HowTo: Outlook Explorer regions — DockLeft region (VB.NET)

You can watch the full-size original video here: http://www.add-in-express.com/creating-addins-blog/2011/02/25/outlook-docked-regions-video-howto/ Today, we are going to deal with DockLeft. This is a special region type designed for Outlook 2007 and 2010 only, which resides on the left of the Navigation Pane. Read … Continue reading

Posted in Outlook VBA Tutorial | Tagged , , , , , | Leave a comment

Video HowTo: Outlook Explorer regions — DockBottom region (VB.NET)

You can watch the full-size original video here: http://www.add-in-express.com/creating-addins-blog/2011/03/18/outlook-dockbottom-region-video-howto/ The coding part of the sample will show you how to get access to any of the default Outlook folders by using the GetDefaultFolder method of the NameSpace object and how … Continue reading

Posted in Outlook VBA Tutorial | Tagged , , , , , | Leave a comment

Video HowTo: Outlook Inspector regions — RightSubpane region (VB.NET)

You can watch the full-size original video here: http://www.add-in-express.com/creating-addins-blog/2011/04/08/outlook-right-subpane-inspector-region-video-howto/ The next Inspector region that we target is RightSubpane. This region is located on the right of the Inspector window, it can be bound to any Outlook items such as mail, … Continue reading

Posted in Outlook VBA Tutorial | Tagged , , , , , | Leave a comment

Video HowTo: Outlook Inspector regions — CompleteReplacement region (VB.NET)

You can watch the full-size original video here: http://www.add-in-express.com/creating-addins-blog/2011/03/25/outlook-complete-replacement-inspector-region-video-howto/ CompleteReplacement is a new region type that replaces all panes of an Outlook Inspector window. This region does not have a header with our standard navigation controls, your users won’t be … Continue reading

Posted in Outlook VBA Tutorial | Tagged , , , , , | Leave a comment

Video HowTo: Outlook Explorer regions — DockRight region (VB.NET)

You can watch the full-size original video here: http://www.add-in-express.com/creating-addins-blog/2011/03/11/outlook-dockright-region-video-howto/ The DockRight region is a special region type that is supported by Outlook 2007 and 2010 only. It is located on the right of the To-Do bar. In this video how-to … Continue reading

Posted in Outlook VBA Tutorial | Tagged , , , , , | Leave a comment

Video HowTo: Outlook Inspector regions — LeftSubpane region (VB.NET)

You can watch the full-size original video here: http://www.add-in-express.com/creating-addins-blog/2011/03/30/outlook-left-subpane-inspector-region-video-howto/ In our todays’ video example of customizing the Outlook Inspector window we are going to look into the capabilities of the LeftSubpane region. We create an advanced region and place it … Continue reading

Posted in Outlook VBA Tutorial | Tagged , , , , , | Leave a comment

Video HowTo: Outlook Explorer regions – BottomReadingPane region (VB.NET)

You can watch the full-size original video here: http://www.add-in-express.com/creating-addins-blog/2011/02/11/outlook-reading-pane-bottom-video-howto/ This video HowTo sample shows how to create a new advanced region and locate it beneath the Outlook Reading Pane. This sample video was captured in Visual Studio 2010 (VB.NET) with … Continue reading

Posted in Outlook VBA Tutorial | Tagged , , , , , | Leave a comment

Video HowTo: Outlook Explorer regions – ReadingPane region (VB.NET)

You can watch the full-size original video here: http://www.add-in-express.com/creating-addins-blog/2011/02/18/outlook-replace-reading-pane-video-howto/ This video HowTo sample shows how to create an advanced region and place it on the Outlook Reading Pane. This sample video was captured in Visual Studio 2010 (VB.NET) with Add-in … Continue reading

Posted in Outlook VBA Tutorial | Tagged , , , , , | Leave a comment

Video HowTo: Outlook Explorer regions – BottomTodoBar region (VB.NET)

You can watch the full-size original video here: http://www.add-in-express.com/creating-addins-blog/2010/10/18/outlook-todo-bar-video-howto/ This video shows how to create your custom form and embed it into the Outlook Explorer window under the Outlook To-Do bar. We will show you how to handle the ExplorerSelectionChange … Continue reading

Posted in Outlook VBA Tutorial | Tagged , , , , | Leave a comment