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

后端 未结 4 1415
情歌与酒
情歌与酒 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:28

    com,

    System.Diagnostics.Process.Start("mailto:someone@example.com?Subject=Hello%20again&body=your%20textBody%20here")
    

    with the above code Outlook mail is opened with predefined mailto, Subject and Body of the mail, could you please explain me how can we Add the address in CC also.

提交回复
热议问题