How to create an E-Mail in Outlook and make it visible for the User

后端 未结 4 1413
情歌与酒
情歌与酒 2021-01-11 16:06

I want to create an E-Mail with a Java Application using Outlook and the OLE Client.

I searched for examples and found quite a few. They all start the same way:

4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-11 16:14

    Your MS Outlook might be 32-bit (x86). So a 64-bit (x64) SWT cannot start the outlook. You need to use 32-bit SWT Jar File which will not run on 64-bit JVM. So you need to install 32-Bit JVM (JRE).

    Even if you are running 64-bit Windows, you can still download and install the 32-bit (x86) JRE and run your application.

提交回复
热议问题