Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I want to open the default email client on the computer with presetted values for from, to, subject, body and attachments.

However, MAPI32.DLL has been deprecated many years ago by Microsoft and does not work with .NET 5 64bit applications.

I allready tried many different things but I cannot come up with a solution.

What did I try?

  • mailto: (doesn't support attachments)
  • SimpleMapi (deprecated and does not work within .NET 5/Core 64bit applications)
  • Writing the mail as .eml file and open it with the default mail program

Does anybody else have an idea, how I could achive this?

The target mail client is Tobit David.

Thanks!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.6k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...