Click here to Skip to main content
15,923,557 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: html code to put an executable on a web page Pin
Vasudevan Deepak Kumar14-Jun-05 19:12
Vasudevan Deepak Kumar14-Jun-05 19:12 
GeneralRe: html code to put an executable on a web page Pin
ask_you14-Jun-05 19:44
ask_you14-Jun-05 19:44 
GeneralRe: html code to put an executable on a web page Pin
JoostV20-Jun-05 11:53
JoostV20-Jun-05 11:53 
GeneralHTML code for Yahoo Email Signature Pin
+_DooooM__13-Jun-05 17:08
+_DooooM__13-Jun-05 17:08 
GeneralRe: HTML code for Yahoo Email Signature Pin
Christian Graus13-Jun-05 17:36
protectorChristian Graus13-Jun-05 17:36 
GeneralRe: HTML code for Yahoo Email Signature Pin
MoustafaS13-Jun-05 18:19
MoustafaS13-Jun-05 18:19 
GeneralRe: HTML code for Yahoo Email Signature Pin
Vasudevan Deepak Kumar14-Jun-05 19:15
Vasudevan Deepak Kumar14-Jun-05 19:15 
GeneralCDO/MAPI sending problem with C++ Pin
vineas13-Jun-05 5:14
vineas13-Jun-05 5:14 
I originally posted this on the C++ forum here, but didn't get any response, so I'm trying here ... BTW, I'm using Visual C++ 7 with MFC, which seems to be part of my problem:

A project I'm working on has me updating some app generated e-mail code (that used Simple MAPI) so that it can send image attachments that show up inline as part of an html message instead of simply as attachments. I used CDO for this, which worked great once I could finally figure out how it all worked (worst part is most of the MSDN samples were usually missing one key component to get it to work ... grr). I'm almost done, except for one little problem. What I want to do is open the generated e-mail up with the default e-mail program, to allow the user to change the message as they want and put in recipients. But, using the IMessage's Send function, the call will fail unless there is a recipient specified ... in other words, it will only send the message silently, without user interaction.

With simple MAPI, I can simply call SendMail with the MAPI_LOGON_UI|MAPI_DIALOG flags, and it opens up the e-mail in the e-mail client. This works great, and is what the old code used to do. Too bad I can't use this function with the IMessage message.

From what I can see from sample source and other documentation, with pretty much any other language supported by Microsoft, the Send function I'm calling has a ShowDialog parameter that allows you to pop-up the dialog like I want it to (I'm so sick of seeing VB examples like this I could just puke). Unfortunately, this function is not available with C++, it only has the one version that takes no parameters.

One line of thought I had was to save the email out as a temporary file, then send open it with a shell command .. but that won't work quite right either, the generated e-mail can be saved as a .eml file, which opens up in Outlook Express ... not the default e-mail program, and even that doesn't quite work the way I intend either.

I've been searching through MSDN and the web for over a day now, and because the functionality is there for other languages, I know there has to be a setting or field I can set to allow this ... but I can't find anything. Anyone go through something similar, or have some other place I can look?


-----
In the land of the blind, the one eyed man is king.
GeneralProblem with SQL Between Pin
Anonymous12-Jun-05 23:30
Anonymous12-Jun-05 23:30 
GeneralEMail sending problem!!! Pin
Small Rat10-Jun-05 17:02
Small Rat10-Jun-05 17:02 
GeneralRe: EMail sending problem!!! Pin
Roger Wright10-Jun-05 20:16
professionalRoger Wright10-Jun-05 20:16 
GeneralRe: EMail sending problem!!! Pin
Small Rat11-Jun-05 7:43
Small Rat11-Jun-05 7:43 
GeneralRe: EMail sending problem!!! Pin
Vasudevan Deepak Kumar11-Jun-05 3:03
Vasudevan Deepak Kumar11-Jun-05 3:03 
GeneralNeed Help f Pin
potdar_nitin10-Jun-05 16:46
potdar_nitin10-Jun-05 16:46 
GeneralRe: Need Help f Pin
NeverHeardOfMe11-Jun-05 0:22
NeverHeardOfMe11-Jun-05 0:22 
GeneralPS Pin
NeverHeardOfMe11-Jun-05 0:34
NeverHeardOfMe11-Jun-05 0:34 
GeneralRe: Need Help f Pin
Anonymous11-Jun-05 2:22
Anonymous11-Jun-05 2:22 
GeneralSimple Scrollbar Problem Pin
llp00na10-Jun-05 5:18
llp00na10-Jun-05 5:18 
GeneralRe: Simple Scrollbar Problem Pin
alex.barylski10-Jun-05 15:33
alex.barylski10-Jun-05 15:33 
GeneralRe: Simple Scrollbar Problem Pin
llp00na12-Jun-05 23:08
llp00na12-Jun-05 23:08 
GeneralShared Folders ... confused Pin
Roger Garrett10-Jun-05 4:40
Roger Garrett10-Jun-05 4:40 
GeneralRe: Shared Folders ... confused Pin
markkuk10-Jun-05 6:42
markkuk10-Jun-05 6:42 
GeneralClient side Directory Searching Pin
richard.gould10-Jun-05 3:57
richard.gould10-Jun-05 3:57 
GeneralRe: Client side Directory Searching Pin
NeverHeardOfMe11-Jun-05 11:25
NeverHeardOfMe11-Jun-05 11:25 
GeneralWeb Form Paging Pin
sayedwasim10-Jun-05 3:07
sayedwasim10-Jun-05 3:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.