Search found 1 match

by stoffer1
Tue Oct 23, 2018 10:20 am
Forum: EssentialPIM Pro Business
Topic: Launching Email From external program
Replies: 1
Views: 2202

Launching Email From external program

A lot of our in house programs launch the Windows default email client when sending emails using some thing like the following code:

Process.Start("mailto:?bcc=fred@test.com");

This works fine on all other email clients but EessentialPIM does not fill in the BCC fields when launching the email

If ...