Indigo Rose Software

Go Back   Indigo Rose Software Forums > Old Versions > AutoPlay Media Studio 5.0 > AutoPlay Media Studio 5.0 Examples

 
 
Thread Tools Display Modes
  #1  
Old 09-24-2003
Desmond's Avatar
Desmond Desmond is offline
Indigo Rose Staff Member
 
Join Date: Jul 2003
Posts: 628
Grin Sending Email with Subject, Body and Attachment Filled In

Sending Email with Subject, Body and Attachment Filled In

Sending Email with Subject, Body and Attachment Filled In

Document ID: IR10010
The 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 send an email from your application with specific fields already filled in.

DISCUSSION

To send an e-mail with various fields filled in, use the File.OpenEmail action. The following can be filled in:
To, Cc, Bcc, Subject, Body.

  1. To send an email with the following properties:

    To: user@yourdomain.com
    Cc: user2@yourdomain.com
    Bcc: user3@yourdomain.com
    Subject: Your subject here
    Body: Whatever you want as your email body here

    Use the following action:
    File.OpenEmail("user@yourdomain.com?CC=user2@yourdomain.com&BC C=user3@yourdomain.com&Subject=Your subject here&Body=Whatever you want as your email body here", SW_SHOWNORMAL);

To send an email with an attachment, you would have to Uuencode the file, and include it in the body of the email message. This is an advanced implementation of the File.OpenEmail action. Indigo Rose can not assist you with implementation details. Be aware that not all email clients will recognize all options.

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: Email, To, CC, BCC, Subject, Body, Automatic, Specify


Last reviewed: September 24, 2003
Copyright © 2003 Indigo Rose Corporation. All rights reserved.
__________________
Setup Factory 8.0 comes with over 250 actions so you can create smaller, faster and more intelligent software installers than ever before.

WebHelp Guides: AMS | MSIFACT | SUF | TU | VP
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On



All times are GMT -6. The time now is 05:59 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software