您的位置:程序门 -> .net技术 -> asp.net



求救:jmail接收邮件代码(c#)


[收藏此页] [打印本页]选择字色:背景色:字体:[][][]


求救:jmail接收邮件代码(c#)
发表于:2007-03-06 09:11:04 楼主
pop3class   email   =   new   pop3class();                
                messageclass   msg   =   new   messageclass();                
                        try
                        {
                                email.connect(popuser,   poppwd,   pop3.163.com   ,   110);
                                email.logging   =   true;
                                email.downloadmessages();
                                msg   =   (messageclass)email.messages;
                                for   (int   i   =   1;   i   <   msg.size;   i++)
                                {
                                        response.write(msg.headers);
                                }

                        }
                        catch   (exception   ex)
                        {
                                string   str   =   " ";
                                str   =   ex.message.tostring();
                                response.write(str);
                                response.end();
                        }    
这段代吗总提示this   function   is   not   included   in   this   version   of   jmail.错误。请高手解决,在线急等。
发表于:2007-03-07 10:40:241楼 得分:0
问题解决,将jmail换成professional   edition版本就可以了
发表于:2007-06-28 15:03:542楼 得分:0
up
professional   edition   版本   给偶发一份可以吗?
发表于:2007-07-13 18:02:303楼 得分:0
留下邮箱


快速检索

最新资讯
热门点击