ActivateEmail

Function Name dcl-ActivateEmail
Syntax   (dcl-ActivateEmail EmailAddress [as String] {Parameters [as String]})
Return Type 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?".