Click here to Skip to main content
15,917,702 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Exporting MAKE file through Visual Studio 2003 Pin
Anand Todkar25-May-08 19:37
Anand Todkar25-May-08 19:37 
QuestionRe: Exporting MAKE file through Visual Studio 2003 Pin
Rajkumar R25-May-08 20:09
Rajkumar R25-May-08 20:09 
AnswerRe: Exporting MAKE file through Visual Studio 2003 Pin
Anand Todkar25-May-08 20:20
Anand Todkar25-May-08 20:20 
GeneralRe: Exporting MAKE file through Visual Studio 2003 Pin
Rajkumar R25-May-08 20:34
Rajkumar R25-May-08 20:34 
QuestionSilent Mail with ShellExecute Pin
Programm3r22-May-08 22:04
Programm3r22-May-08 22:04 
QuestionRe: Silent Mail with ShellExecute Pin
CPallini22-May-08 22:10
mveCPallini22-May-08 22:10 
QuestionRe: Silent Mail with ShellExecute Pin
Programm3r22-May-08 22:21
Programm3r22-May-08 22:21 
QuestionRe: Silent Mail with ShellExecute Pin
Programm3r22-May-08 22:22
Programm3r22-May-08 22:22 
Smile | :) ... Lets just say I did not know how to express my question correctly.... but maybe this will make sense ?!


/*
So the following function will open an 'new message' window of outlook, and then the user will have to click on the send button to send the mail, but I would like to send the mail without user intervention. If this is not possible, what would be another solution?
*/
ShellExecute(NULL, "open", "mailto:
?subject=<subject>;body=;CC=<cc>;", NULL, NULL, SW_SHOWNORMAL);

Thanks for the response
Many thanks
Regards,



The only programmers that are better that C programmers are those who code in 1's and 0's Green Alien | [Alien]


Smile | :) Programm3r

My Blog: ^_^

QuestionRe: Silent Mail with ShellExecute Pin
CPallini22-May-08 22:28
mveCPallini22-May-08 22:28 
JokeRe: Silent Mail with ShellExecute Pin
Rajesh R Subramanian22-May-08 22:22
professionalRajesh R Subramanian22-May-08 22:22 
JokeRe: Silent Mail with ShellExecute Pin
CPallini22-May-08 22:26
mveCPallini22-May-08 22:26 
QuestionRe: Silent Mail with ShellExecute Pin
Rajesh R Subramanian22-May-08 22:32
professionalRajesh R Subramanian22-May-08 22:32 
GeneralRe: Silent Mail with ShellExecute Pin
Programm3r22-May-08 22:40
Programm3r22-May-08 22:40 
AnswerRe: Silent Mail with ShellExecute Pin
Hamid_RT22-May-08 22:47
Hamid_RT22-May-08 22:47 
GeneralRe: Silent Mail with ShellExecute Pin
Programm3r22-May-08 22:52
Programm3r22-May-08 22:52 
AnswerRe: Silent Mail with ShellExecute Pin
Rajkumar R23-May-08 0:22
Rajkumar R23-May-08 0:22 
QuestionRe: Silent Mail with ShellExecute Pin
Programm3r23-May-08 0:43
Programm3r23-May-08 0:43 
AnswerRe: Silent Mail with ShellExecute Pin
Rajkumar R23-May-08 1:17
Rajkumar R23-May-08 1:17 
QuestionSet font to bold in resource Pin
Super Hornet22-May-08 22:00
Super Hornet22-May-08 22:00 
AnswerRe: Set font to bold in resource Pin
Hamid_RT22-May-08 22:31
Hamid_RT22-May-08 22:31 
GeneralRe: Set font to bold in resource Pin
Super Hornet22-May-08 23:36
Super Hornet22-May-08 23:36 
GeneralRe: Set font to bold in resource Pin
Hamid_RT23-May-08 0:00
Hamid_RT23-May-08 0:00 
AnswerRe: Set font to bold in resource Pin
Ashutosh Shashi22-May-08 22:50
Ashutosh Shashi22-May-08 22:50 
AnswerRe: Set font to bold in resource Pin
Ashutosh Shashi22-May-08 22:52
Ashutosh Shashi22-May-08 22:52 
GeneralRe: Set font to bold in resource Pin
toxcct22-May-08 23:52
toxcct22-May-08 23:52 

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.