G
Guest
Dear folks
I wrote a small snippet in VB .NET to connect to the exchange store, the code is below, however I get the following error message. Any solutions , or pointers would be appreciated. My store is located in exchange server 2003 and I'm developing from a testbox
Here is the error
An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in ExchangeServer.ex
Additional information: Provider cannot be found. It may not be properly installed
My code is below
Dim Conn1 As New ADODB.Connectio
Dim Conn2 As New ADODB.Connectio
Dim Rec As New Recor
Conn1.Provider = "exoledb.datasource
Conn1.Open("http://servername/public/"
Rec.Open("http://servername/public/folder/failure notice.eml", Conn1, 3
Rec.Close(
cheers
Ranjan Biswa
I wrote a small snippet in VB .NET to connect to the exchange store, the code is below, however I get the following error message. Any solutions , or pointers would be appreciated. My store is located in exchange server 2003 and I'm developing from a testbox
Here is the error
An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in ExchangeServer.ex
Additional information: Provider cannot be found. It may not be properly installed
My code is below
Dim Conn1 As New ADODB.Connectio
Dim Conn2 As New ADODB.Connectio
Dim Rec As New Recor
Conn1.Provider = "exoledb.datasource
Conn1.Open("http://servername/public/"
Rec.Open("http://servername/public/folder/failure notice.eml", Conn1, 3
Rec.Close(
cheers
Ranjan Biswa