BCGControlBar Library for .NET
OutlookItemsCollection Constructor




A parent OutlookBarPane.
Initializes a new instance of the OutlookItemsCollection.
Syntax
'Declaration
 
Public Function New( _
   ByVal pane As OutlookBarPane _
)
'Usage
 
Dim pane As OutlookBarPane
 
Dim instance As New OutlookItemsCollection(pane)
public OutlookItemsCollection( 
   OutlookBarPane pane
)
public: OutlookItemsCollection( 
   OutlookBarPane* pane
)
public:
OutlookItemsCollection( 
   OutlookBarPane^ pane
)

Parameters

pane
A parent OutlookBarPane.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OutlookItemsCollection Class
OutlookItemsCollection Members

Send Feedback