Launching Email From external program

Business edition tips, tricks, problems and discussions

Moderators: TerryRogers, Max

Post Reply
stoffer1
Posts: 1
Joined: Tue Oct 23, 2018 10:15 am

Launching Email From external program

Post by stoffer1 »

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 I just use Process.Start("mailto:fred@test.com"); it launches the send new email form and fills in the To: address so it only appears to be the CC or BCC that do not get handled correctly.

Chris Holland
Max
Site Admin
Posts: 21714
Joined: Wed Dec 08, 2004 11:39 pm
Has thanked: 819 times
Been thanked: 364 times
Contact:

Re: Launching Email From external program

Post by Max »

Hello,

thank you, noted, will look into this in one of the future versions.
Maxim,
EPIM Team
Post Reply