mfc >> Start Menu mail Client
by Vengidi » Fri, 28 Nov 2003 22:34:13 GMT
Hi,
I have Windows XP and found that Outlook Express dont have the registry
entry HKLM\Software\Clients\Mail\Outlook Express \DefaultIcon. In that case
how is XP able to show the correct Icon in the StartMenu (Top Left of
StartMenu has space for Internet and Email Programs in XP ). I also verified
that XP doesn't get this Icon from the registry entry
HKLM\Software\Clients\Mail\Outlook Express \Protocols\mailto\DefaultIcon. So
from where does the Icon information come from ?
Thanks,
-Vengidi
Similar Threads
1. auto-generated e-mail with body text/attachment and calling the default e-mail client - Delphi VCL Component
2. replace start menu with my own menu
I would like to program to replace start menu and taskbar clock with my own
menu and taskbar? Any good idea to do it?
--
Nothing impossible, Nothing sure
3. SMTP Mail Error - Requires Client Authentication - CSharp/C#
4. Open Mail Client using ASP
Hi,
In my webform, I've a checkbox and when it's checked, i want to open the
client's email program (outlook, mozila and so..), add the the "to" and
"subject" to that mail.
I tried this code:
string toEmail = "Gidi Shwartzman < XXXX@XXXXX.COM >";
string subject = "I'd like to participate in CP Besketball";
string message = string.Format("mailto:{0}?subject={1}", toEmail,
subject);
Process.Start(message);
}
when I run this webpage from the visual studio, it works fins.
but when I try to access the webpage from another pc by http, the process
won't start.
what's wrong?
Thanks.
5. how to open default mail client with attach files - CSharp/C#
6. Open default e-mail client with attachments.
Hi,
I'm working on a project based in Windows Forms, and I need to open
the user's default e-mail client (a new e-mail) with some attachments
ready to send. Since the destination of the e-mail is unknow at this
point I can't send it using the SmtpMail.Send() method. And because of
the attachments I'm not able to open the new e-mail using the
"mailto:" technique.
Is there any other way to solve this problem keeping in mind that the
user may not be using Outlook as his default e-mail client?
Best regards,
Gama Franco
7. Mail client - CSharp/C#
8. Making an E-mail client for Windows CE
I made an e-mail client using Visual Studio 2003,working with C# through the
SMTP protocol.But I want to do the same ,just this time for Windows CE.I read
somewhere that Windows CE does not support SMTP.How can I develop an
application that sends E-mail?(in C#,cause I'm not much of a VB lover)Can you
pls give me an example(if u know of course...).
Greetings ,Gazmend.