ShellExecute
-
I know with the following statement, I can open outlook with email address (abc@abc.com) already set up: ShellExecute( NULL, "open", "mailto:abc@abc.com", NULL, "", SW_SHOWNORMAL ); Is there any way to set up content just like email address prior to open outlook? Thank you.
-
I know with the following statement, I can open outlook with email address (abc@abc.com) already set up: ShellExecute( NULL, "open", "mailto:abc@abc.com", NULL, "", SW_SHOWNORMAL ); Is there any way to set up content just like email address prior to open outlook? Thank you.
"mailto:abc@abc.com?Subject=SomeSubject&Body=whatever..." As far as I can remember ;) - Anders Money talks, but all mine ever says is "Goodbye!"
-
"mailto:abc@abc.com?Subject=SomeSubject&Body=whatever..." As far as I can remember ;) - Anders Money talks, but all mine ever says is "Goodbye!"