当前位置:首页
开发技术指南» 文章正文
    引言:
 

 

    摘要: 我看到第二章后半部分,这里的hellomidlet的例子中: “ d:\midp-fcs\bin\preverify -classpath d:\midp-fcs\classes;. -d hellomidlet edu.nctu.helpclass 您會在hellomidlet\edu\nctu 目錄下找到預先審核過的helpclass. class。 如此一來,再次使用指令: d:\m......
 ·一个简单的问题    »显示摘要«
    摘要: 我想让我的工具条上的某个按钮程序初始化时灰化,在我点击了工具条 的另外一个按钮后,再使之可用,该怎样做? 谢谢 ......


webmail 问题 有点哟

发送时显示   CDO.Message   未能访问    
  这是什么意思呀   怎么办?????  
   
  private   void   gobutton_Click(object   sender,   System.EventArgs   e)  
  {  
  try  
  {  
      MailMessage   aMailMessage   =   new   MailMessage();    
      aMailMessage.From   =   FromtextBox.Text;    
      aMailMessage.To   =   TotextBox.Text;    
      aMailMessage.Cc   =   CctextBox.Text;    
      aMailMessage.Bcc   =   BcctextBox.Text;    
      aMailMessage.Subject   =   SubjecttextBox.Text;  
      aMailMessage.Body   =   Body.Text;    
      aMailMessage.Priority   =   MailPriority.Low;    
      SmtpMail.SmtpServer   =   "smtp.163.com";  
                               
   
  if(ATTtextBox.Text.Length   >   0)  
  aMailMessage.Attachments.Add   (new   MailAttachment(ATTtextBox.Text,MailEncoding.Base64));  
       
  SmtpMail.Send(aMailMessage);  
  MessageBox.Show("电子邮件已经发送到->>"+TotextBox.Text);  
                  }  
  catch(Exception   ex){  
      MessageBox.Show(ex.Message.ToString());  
  }  
  }

NO.1   作者: TheAres

Naybe   there   is   some   problem   with   your   server,   as   far   as   I   know,   the   163.com   SMTP   need   to   authentication,   please   try   with   your   own   serer   or   others.

NO.2   作者: aaxu

163的SMTP需要账号和密码才可以使用,找一个不需要账号和密码的SMTP服务器,就可以了。

NO.3   作者: aaxu

WebMail不支持SMTP服务器账号和密码的验证,只能用不需要账号和密码验证的SMTP.可以用Jmail。

NO.4   作者: lzx123

webmail不支持SMTP的帐号和密码,我这里有不需要帐号和密码验证的SMTP:lzx123@cmmail.com


 ·如何在win xp下具有linux环境    »显示摘要«
    摘要: 我想在xp下具有linux得环境,请问如何实现? ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE