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
  • 738
  • 9
  • 26

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
  • 36,970
  • 3
  • 28
  • 39