Anyone know how to use the OLEDB Provider for outlook search ?

  • Thread starter Thread starter Norton
  • Start date Start date
N

Norton

Dear All,

I have found a OLEDB Provider named "Microsoft OLE DB Provider for Outlook
Search", is there anybody know how to manipulate it?

I want to do some operation with outlook but don't want to call the outlook
object or write macro on it. any suggestions?


Thx in advance!


Regards,
Norton
 
¤ Dear All,
¤
¤ I have found a OLEDB Provider named "Microsoft OLE DB Provider for Outlook
¤ Search", is there anybody know how to manipulate it?
¤
¤ I want to do some operation with outlook but don't want to call the outlook
¤ object or write macro on it. any suggestions?
¤

You can probably use the connection string and SQL statements that are supported for Jet OLEDB and
ADO in ADO.NET:

ACC2000: How to Retrieve Exchange and Outlook Data with the Jet 4.0 OLE DB Provider
http://support.microsoft.com/default.aspx?scid=kb;en-us;275262

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsmart00/html/sa00h12.asp


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top