Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. default email client

default email client

Scheduled Pinned Locked Moved C#
questioncsharp
2 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    ppp001
    wrote on last edited by
    #1

    Hi, How do I detect the default email client by c# ? And btw can I set the default email client at the control panel of Win XP ? Thanks

    C 1 Reply Last reply
    0
    • P ppp001

      Hi, How do I detect the default email client by c# ? And btw can I set the default email client at the control panel of Win XP ? Thanks

      C Offline
      C Offline
      Curtis Schlak
      wrote on last edited by
      #2

      The default value for the registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail" contains the name of the sub-key that contains the information for the default mail client. For example, in my registry, I've got the following:

      [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail]
      @="Mozilla Thunderbird"

      [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Mozilla Thunderbird]
      ... and more ...

      As you can see, my default mail client is "Mozilla Thunderbird" and the key HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Mozilla Thunderbird contains the settings. This article may help: ARTICLE. "we must lose precision to make significant statements about complex systems." -deKorvin on uncertainty

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups