Launching Email From external program
Moderators: Max, TerryRogers
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 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
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
-
- 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
Hello,
thank you, noted, will look into this in one of the future versions.
thank you, noted, will look into this in one of the future versions.
Maxim,
EPIM Team
EPIM Team