I am trying to connect to our Exchange Server 2000 in order to publish a
public calendar on our website.  I tried code similiar to the following
example, but got an error stating: "ADODB.Connection (0x800A0E7A)
Provider cannot be found. It may not be properly installed."  Do I need
the Exchange Administrator to do something or am I approaching the code
incorrectly?

set Conn = CreateObject("ADODB.Connection")
Conn.Provider = "ExOLEDB.DataSource"
Conn.Open "http://ExchangeServer/public/MyFolder";
Set Rec = CreateObject("ADODB.Record")
Rec.Open "http://ExchangeServer/public/MyFolder/MyItem.EML";, Conn,
adModeReadWrite

Thanks,
Lisa Horton

_________________________________________________________________
List posting FAQ:       http://www.swinc.com/resource/exch_faq.htm
Archives:               http://www.swynk.com/sitesearch/search.asp
To unsubscribe:         mailto:[EMAIL PROTECTED]
Exchange List admin:    [EMAIL PROTECTED]

Reply via email to