Click here to Skip to main content
15,921,577 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: plz guide me in ids Pin
Maximilien5-Feb-05 3:38
Maximilien5-Feb-05 3:38 
GeneralRe: plz guide me in ids Pin
2249174-Feb-05 19:38
2249174-Feb-05 19:38 
GeneralRe: plz guide me in ids Pin
miss smriti4-Feb-05 23:20
miss smriti4-Feb-05 23:20 
GeneralRe: plz guide me in ids Pin
ThatsAlok4-Feb-05 22:04
ThatsAlok4-Feb-05 22:04 
GeneralRe: plz guide me in ids Pin
miss smriti4-Feb-05 23:19
miss smriti4-Feb-05 23:19 
GeneralRe: plz guide me in ids Pin
ThatsAlok5-Feb-05 0:23
ThatsAlok5-Feb-05 0:23 
GeneralRe: plz guide me in ids Pin
Amitabh Kant5-Feb-05 6:29
Amitabh Kant5-Feb-05 6:29 
GeneralLaunching Outlook from within a program Pin
MattWednesbury4-Feb-05 18:01
MattWednesbury4-Feb-05 18:01 
Hi all,

First posting from me. I'll try to be concice.

I'm writing an app. In this app I've got a button "send e-mail". When I press this button, I can start a new e-mail with the address correctly filled in by getting the mail-tool path from the Registry and using the following command line

(psuedo code - cs means a CSrring)
CString csApp = GetAppPathFromRegistry( "Outlook.exe");
csApp += "/c ipm.note /m " + csEmailAddress;

My question is, what are the command line switches to add text to the "subject" and "body" fields?

I've trawelled the net and can only find VB examples. So, it's got to be do-able. I just can't find the command line options to fill out these fields from a non-VB app.

Any help, much appreciated.

Matt
Birmingham
UK
GeneralRe: Launching Outlook from within a program Pin
2249174-Feb-05 19:36
2249174-Feb-05 19:36 
GeneralRe: Launching Outlook from within a program Pin
MattWednesbury4-Feb-05 20:00
MattWednesbury4-Feb-05 20:00 
GeneralCreating Wrapper for ActiveX Control Pin
Rajesh_Parameswaran4-Feb-05 17:16
Rajesh_Parameswaran4-Feb-05 17:16 
GeneralRe: Creating Wrapper for ActiveX Control Pin
2249174-Feb-05 19:43
2249174-Feb-05 19:43 
GeneralVirtual Classes Pin
JKallen4-Feb-05 15:06
JKallen4-Feb-05 15:06 
GeneralRe: Virtual Classes Pin
Bob Ciora5-Feb-05 2:59
Bob Ciora5-Feb-05 2:59 
GeneralRe: Virtual Classes Pin
JKallen5-Feb-05 4:55
JKallen5-Feb-05 4:55 
GeneralActive Contours - snake Pin
merlinos4-Feb-05 11:03
merlinos4-Feb-05 11:03 
GeneralResizing view Pin
act_x4-Feb-05 10:57
act_x4-Feb-05 10:57 
GeneralHelp Creating Win32 Rich Text Box Pin
InflatableGarfield4-Feb-05 9:27
InflatableGarfield4-Feb-05 9:27 
GeneralRe: Help Creating Win32 Rich Text Box Pin
Chris Losinger4-Feb-05 10:38
professionalChris Losinger4-Feb-05 10:38 
GeneralRe: Help Creating Win32 Rich Text Box Pin
InflatableGarfield4-Feb-05 11:17
InflatableGarfield4-Feb-05 11:17 
GeneralRe: Help Creating Win32 Rich Text Box Pin
Chris Losinger4-Feb-05 12:32
professionalChris Losinger4-Feb-05 12:32 
GeneralRe: Help Creating Win32 Rich Text Box Pin
Jörgen Sigvardsson4-Feb-05 13:03
Jörgen Sigvardsson4-Feb-05 13:03 
GeneralRe: Help Creating Win32 Rich Text Box Pin
Jörgen Sigvardsson4-Feb-05 12:58
Jörgen Sigvardsson4-Feb-05 12:58 
GeneralRe: Help Creating Win32 Rich Text Box Pin
Jörgen Sigvardsson4-Feb-05 13:10
Jörgen Sigvardsson4-Feb-05 13:10 
GeneralRe: Help Creating Win32 Rich Text Box Pin
InflatableGarfield5-Feb-05 0:02
InflatableGarfield5-Feb-05 0:02 

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.