ActivateEmail

Funktionsname dcl_ActivateEmail
Syntax   (dcl_ActivateEmail EmailAddress [as String] {Parameters [as String]})
Rückgabewert Boolean (T if successful; otherwise NIL)

This function opens the default email client to send an email. EmailAddress is the email address of the recipient, and OptionalParams are optional parameters that are appended to the email URL. For example, "subject=Hello&body=How are you?" gives the email the subject "Hello" and the body text "How are you?".