to open outlook mail from java program and to attach file to the mail from directory

前端 未结 5 1807

I need to implement Email functionality in my Java application which will open microsoft outlook and attach a file from my directory. Has any implemented the same?

5条回答
  •  庸人自扰
    2020-12-06 15:03

    If you want to implement email functionalities in Java, consider JavaMail. Also, if your application has email functionalities, then you don't need to open another email client (such as outlook).

提交回复
热议问题