Creates the Outlook bar tab control.
virtual BOOL Create(
   const CRect& rect,
   CWnd* pParentWnd,
   UINT nID 
);
Parameters
- [in] rect 
 Specifies the initial size and position, in pixels.
- [in] pParentWnd 
 Points to the parent window. Must not be NULL.
- [in] nID 
 The control ID.
Return Value
Nonzero if the control has been created successfully; otherwise 0.
Remarks
Usually, outlook bar tab controls are created when CMFCOutlookBar Class controls the WM_CREATE message of the process.
Requirements
Header: afxOutlookBarTabCtrl.h