m.setTo(toArr)方法setTo(String [])未定义类型Mail

时间:2013-08-10 10:46:13

标签: email types

Mail m = new Mail("mail", "password"); 
String[] toArr = {"tt@gmail.com", "tt1@gmail.com"}; 
//here comes the error!
m.setTo(toArr); 
//here comes the error!
m.setFrom("christian.schartner@gmail.com"); 
//here comes the error!
m.setSubject("using my Mail JavaMail wrapper from an Android device."); 
//on m.setBody is no error!
m.setBody("Email body."); 

当我粘贴此代码时,我在eclipse中收到错误。

1 个答案:

答案 0 :(得分:0)

嘿,我有同样的问题,

  

方法setTo(String [])未定义类型Mail

确保在activation.jar项目文件夹中包含additionnal.jar的{​​{1}},mail.jarJavaMail Api个文件。