Exchange 5.5 Public Folder and ADO

  • Thread starter Thread starter T. Nguyen
  • Start date Start date
T

T. Nguyen

Can someone please post an example of using an ASP.NET page to pull
mailitems from an Exchange 5.5 public folder ?

I've heard that you can do this with ADO or ADO.NET. Can someone
please post an example?

Heck, if there's another way to do this in .NET, please let me know.
I have tried CDO but this doesn't seem to work. Visual Studio.NET (vb
as code behind) doesn't seem to like createobject(session.mapi) .
 
Hi T,

There are 4 versions of CDO (in chronological order):

- CDO.DLL : CDO version 1.2.1
- CDONTS.DLL : CDO version 1.2.1 for Windows NT Server (not the same as CDO
version 1.2.1!)
- CDOSYS.DLL : CDO for Windows 2000
- CDOEX.DLL : CDO for Exchange 2000 Server

some links for it

http://www.microeye.com/resources/res_outlookvsnet.htm

http://msdn.microsoft.com/library/d...html/frlrfsystemwebmailsmtpmailclasstopic.asp

http://msdn.microsoft.com/library/d.../cdosys/html/_cdosys_schema_configuration.asp

http://msdn.microsoft.com/library/d...y/en-us/exchanchor/htms/msexchsvr_cdo_top.asp


I hope this helps a little bit?

Cor
 
Back
Top