Click here to Skip to main content
15,914,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: API Call to find the installed Default Email Client ?? Pin
Robert Palma Jr.17-Jun-05 6:24
Robert Palma Jr.17-Jun-05 6:24 
GeneralRe: API Call to find the installed Default Email Client ?? Pin
David Crow17-Jun-05 7:25
David Crow17-Jun-05 7:25 
GeneralRe: API Call to find the installed Default Email Client ?? Pin
Robert Palma Jr.17-Jun-05 8:07
Robert Palma Jr.17-Jun-05 8:07 
GeneralRe: API Call to find the installed Default Email Client ?? Pin
David Crow17-Jun-05 8:17
David Crow17-Jun-05 8:17 
GeneralRe: API Call to find the installed Default Email Client ?? Pin
Robert Palma Jr.17-Jun-05 10:07
Robert Palma Jr.17-Jun-05 10:07 
GeneralRe: API Call to find the installed Default Email Client ?? Pin
David Crow17-Jun-05 10:13
David Crow17-Jun-05 10:13 
GeneralRe: API Call to find the installed Default Email Client ?? Pin
Robert Palma Jr.17-Jun-05 10:54
Robert Palma Jr.17-Jun-05 10:54 
GeneralRe: API Call to find the installed Default Email Client ?? Pin
David Crow17-Jun-05 17:02
David Crow17-Jun-05 17:02 
Robert Palma Jr. wrote:
Eudora still ignores the attachement.

Admittingly, the attachment part may not be standard. You'll have to read the RFC for mailto: to find out.

Robert Palma Jr. wrote:
Outlook (this is different) says the command line switch is
in error.


I use Outlook 2000 and it worked for me.

Robert Palma Jr. wrote:
I will look for a reference on Outlook command line switches, but
previous research efforts in this regard were not fruitful.


Outlook's command line parameters, if it even has any, has nothing to do with the mailto: protocol.

Check out the SMTP and MAPI links I provided earlier.

Something else you might try is:

char szApp[MAX_PATH];
AssocQueryString(..., ".eml", "open", szApp, sizeof(szApp));



"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown


GeneralMessage Box Pin
Anonymous17-Jun-05 5:53
Anonymous17-Jun-05 5:53 
GeneralRe: Message Box Pin
RChin17-Jun-05 5:59
RChin17-Jun-05 5:59 
GeneralRe: Message Box Pin
Anonymous17-Jun-05 6:04
Anonymous17-Jun-05 6:04 
GeneralRe: Message Box Pin
Ravi Bhavnani17-Jun-05 6:22
professionalRavi Bhavnani17-Jun-05 6:22 
GeneralRe: Message Box Pin
ryuki17-Jun-05 6:58
ryuki17-Jun-05 6:58 
GeneralRe: Message Box Pin
Ravi Bhavnani17-Jun-05 7:27
professionalRavi Bhavnani17-Jun-05 7:27 
GeneralRe: Message Box Pin
James R. Twine17-Jun-05 7:33
James R. Twine17-Jun-05 7:33 
GeneralRe: Message Box Pin
Ravi Bhavnani17-Jun-05 7:37
professionalRavi Bhavnani17-Jun-05 7:37 
GeneralCHTMLView Flicker on resize Pin
HaraldS17-Jun-05 5:48
HaraldS17-Jun-05 5:48 
GeneralRe: CHTMLView Flicker on resize Pin
Shog917-Jun-05 11:57
sitebuilderShog917-Jun-05 11:57 
GeneralProcessWindowMessage and lResult Pin
McClamm17-Jun-05 5:13
McClamm17-Jun-05 5:13 
GeneralRe: ProcessWindowMessage and lResult Pin
Blake Miller17-Jun-05 6:46
Blake Miller17-Jun-05 6:46 
GeneralRe: ProcessWindowMessage and lResult Pin
McClamm17-Jun-05 6:53
McClamm17-Jun-05 6:53 
GeneralHook GDI functions Pin
xhzxlqt17-Jun-05 5:05
xhzxlqt17-Jun-05 5:05 
GeneralRe: Hook GDI functions Pin
David Crow17-Jun-05 5:19
David Crow17-Jun-05 5:19 
GeneralRe: Hook GDI functions Pin
xhzxlqt17-Jun-05 14:13
xhzxlqt17-Jun-05 14:13 
GeneralRe: Hook GDI functions Pin
David Crow20-Jun-05 2:31
David Crow20-Jun-05 2:31 

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.