Beispiel #1
0
 private OutlookOptionsPane_Tasks( )
 {
     // This call is required by the Windows Form Designer.
     InitializeComponent();
     _treeView.Init(FolderType.Task, "Task");
 }
 public OutlookOptionsPane_AddressBooks( )
 {
     // This call is required by the Windows Form Designer.
     InitializeComponent();
     _treeView.Init(FolderType.Contact, "AddressBook");
 }