I get the following error when this code is executed
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
Dim myConnection As New OracleClient.OracleConnection("Data Source=karthi;User ID=scott;Password=tiger")
Dim...
I would like to develop a solution that can get the data from Outlook (from 2003 and specially 2010): Contacts, Tasks, Calendar, etc.
I would then post this data to a DB.
My problem is I don't know where to start looking on how to access the data from Outlook.
Any recommendations?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.