OutlookDemo Sample: MFC OutlookDemo Application
The OutlookDemo sample demonstrates how to create an application similar to Microsoft Outlook 2003/2007. You can change the current Visual Theme using the Application Look dialog, which can be opened from the View | Application Look… menu. Note the Outlook Bar Office 2003 style check box. This option allows you to switch between different modes of navigation pane (known also as outlook bar), which is docked at the left side of application window. Click the "New" toolbar button to open a mail frame. This window emulates a form used in Microsoft Outlook to compose email messages.
Security Note |
---|
This sample code is intended to illustrate a concept, and it shows only the code that is relevant to that concept. It may not meet the security requirements for a specific environment, and it should not be used exactly as shown. We recommend that you add security and error-handling code to make your projects more secure and robust. Microsoft provides this sample code "AS IS" with no warranties. |
To get samples and instructions for installing them:
To access samples from Visual Studio
On the Help menu, click Samples.
By default, these samples are installed in drive:\Program Files\Microsoft Visual Studio 10.0\Samples\.
- For the most recent version of this sample and a list of other samples, see Visual Studio Samples on the MSDN Web site.
Building and Running the Sample
To build and run the OutlookDemo sample |
|
Keywords
The OutlookDemo sample demonstrates the following keywords:
CBasePane; CDockablePane; CFrameWndEx; CMFCButton; CMFCCaptionBar; CMFCMenuBar; CMFCOutlookBar; CMFCOutlookBarPane; CMFCOutlookBarTabCtrl; CMFCPopupMenu; CMFCShellTreeCtrl; CMFCStatusBar; CMFCToolBar; CMFCToolBarComboBoxButton; CMFCToolBarImages; CMFCToolBarMenuButton; CMFCToolBarsCustomizeDialog; CMFCToolTipCtrl; CMFCToolTipInfo; CMFCVisualManager; CMFCVisualManagerOffice; CPaneDialog; CSplitterWndEx; CWinAppEx;