2

Possible Duplicate:
Register Windows program with the mailto protocol programmatically

I would like to set an in house email client written in Delphi as the default email client for mailto: using code. Is it possible, and if so, how can it be done?

Community
  • 1
  • 1
Bill Seven
  • 768
  • 9
  • 27

1 Answers1

4

General answer for Registering an Application to a URL Protocol.

Or how to register your application for URLs starting with your_protocol:

instanceof me
  • 38,520
  • 3
  • 31
  • 40