Announcement

Collapse
No announcement yet.

Sending Email with Subject, Body and Attachment Filled In

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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: [email protected]
      Cc: [email protected]
      Bcc: [email protected]
      Subject: Your subject here
      Body: Whatever you want as your email body here

      Use the following action:
      File.OpenEmail("[email protected][email protected]&BC [email protected]&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.
Working...
X