Adding an Email Link
Document ID: IR10098The information in this article applies to:
- AutoPlay Media Studio 5.0 Standard Edition
- AutoPlay Media Studio 5.0 Professional Edition
SUMMARY
This article describes how to add an email link to your application.
DISCUSSION
AutoPlay Media Studio 5.0 includes a built in action to open a blank email in the user's default mail program.
As an example, we will create a button that, when clicked, links to your company's e-mail address:
- Create a button object.
- Insert the following code into the On Click event of the button object:
File.OpenEmail("[email protected]?subject=Your Subject Here", "SW_SHOWNORMAL");
When the user clicks on the button, their default mail program will open a blank e-mail message to "[email protected]" with "Your Subject Here" as the subject.
MORE INFORMATION
For more information please see the following topics in the AutoPlay Media Studio 5.0 help file:
- Program Reference | Actions | File | File.OpenEmail
KEYWORDS: AutoPlay Media Studio 5.0, Link, Email, mailto
Last reviewed: October 3, 2003
Copyright © 2003 Indigo Rose Corporation. All rights reserved.