我在这个线程上读到:线程,本地机器上的邮件客户端可以通过类 MAPI 访问。我需要什么 jar 文件才能使用这个类?
问问题
2814 次
1 回答
1
If you want MAPI you could use OpenMapi.
If you don't need to use MAPI, you can instead use JavaMail API, This url has a tutorial about JavaMail API. http://www.mkyong.com/java/javamail-api-sending-email-via-gmail-smtp-example/
Note that JavaMail does not support MAPI and has no plans to do so in the future.
于 2013-07-09T06:24:04.487 回答