我准备用asp.net开发一个基于exchange2000的webmail。发邮件代码已经查到了,登录验证和收件箱这块怎么做,最好有全套的解决方案,分不够还有。

解决方案 »

  1.   


    http://www.411asp.net/home/webapps/email
      

  2.   

    http://bbs.youngzsoft.com/archive/index.php/f-3-p-7.html
      

  3.   

    http://msdn.microsoft.com/library/chs/default.asp?url=/library/CHS/cpref/html/frlrfsystemwebmailmailmessageclasstopic.asp
      

  4.   

    我的邮件服务器是exchange2000,和域用户集成的那种,怎么弄。再问一个问题
    mail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate", "1"); //basic authentication 
        mail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendusername", "chensheng"); //set your username here 
        mail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendpassword", "791217"); //set your password here 
    代码中的url是什么意思啊,难道要求web服务器上网吗,我的内部邮件服务器不对外的,web服务器也不对外。
      

  5.   

    我的意思要给exchange2000做一个web的界面(在局域网中,大概200用户),主要是为了保留现有的用户名和密码。exchange2000自带的web access大家反映不好用。
      

  6.   

    经过一天的了解,jmail好像可以做到,谁有jmail的全套解决方案,用jmail做登录界面怎么做呢?
      

  7.   

    exchange本身就有web版本的邮件系统呀
      

  8.   

    jmailV4.3以上版本已包含POP3收信功能,去下一个free版的。
      

  9.   

    exchange本身的owa界面不太友好,
      

  10.   

    找到了jmail.net感觉不错,用过得教我一下好吗?
      

  11.   

    我曾经试过用xmlhttp来实现,但是最终因为速度过慢,放弃了
      

  12.   

    jmail.net的pop3模块需要付费,我晕