masj78
Active member
Using CDO Library 1.21 and VB.NET I am trying to create in my Application the Root folder view of Outlook, using a TreeView.
My variables are as follows:
Dim objStore As MAPI.InfoStore
Dim objFolder As MAPI.Folder
Dim nodStore AS MSComctLib.Node
The system does not seem to recognise MSComctLib.Node as a recongnisable object. I am assuming that this declaration is to create a root node to add the folders. It may be a function of VB6 as I am using a CDO programming book example which uses VB to guide me. I am not sure how to create the root node correctly in VB.NET.
Any IDEAS anyone
Cheers
Mike Jones
My variables are as follows:
Dim objStore As MAPI.InfoStore
Dim objFolder As MAPI.Folder
Dim nodStore AS MSComctLib.Node
The system does not seem to recognise MSComctLib.Node as a recongnisable object. I am assuming that this declaration is to create a root node to add the folders. It may be a function of VB6 as I am using a CDO programming book example which uses VB to guide me. I am not sure how to create the root node correctly in VB.NET.
Any IDEAS anyone
Cheers
Mike Jones