Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Default eMail Client
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00652714
Message ID:
00653115
Views:
22
>I need to set and retrieve the default eMail client...

You can read registry information using API functions:

RegOpenKey(HKEY_CLASSES_ROOT, [\mailto\shell\open\command], @lnRegKey)
RegQueryValueEx(lnRegKey, 0, 0, @lnDataType, @lcBuffer, @lnBufSize)
RegCloseKey(lnRegKey)
Venelina Jordanova

Outsourcing IT Services Ltd.
Previous
Reply
Map
View

Click here to load this message in the networking platform