Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4

Thread: Email Body

  1. #1
    Join Date
    Oct 2003
    Location
    West Monroe, LA
    Posts
    294

    Email Body

    Using the File.OpenEmail() function, how do you add line returns to the "BODY" section. I tried using \r\n but all my variables are strung together. I also tried using a string that included \r\n where needed.


    Mark

  2. #2
    Join Date
    Oct 2004
    Posts
    30
    "you@youraddress.com?Subject=info&Body=stuff"

    or
    var=stuff
    "you@youraddress.com?Subject=info&Body="..var;

    Have fun
    Dez

  3. #3
    Join Date
    Oct 2003
    Location
    West Monroe, LA
    Posts
    294
    I have tried that, but I get all the variables together like this...

    test = "This is a test"
    test2 = "Of the Email"
    test3 = "in AMS5."

    all_test = test .."\r\n"..test2.."\r\n"..test3;

    When I add the all_test variable to the Body it looks like this

    This is a testOf the Emailin AMS5.

    I would like

    This is a test
    Of the Email
    in AMS5.


    ??

  4. #4
    Join Date
    Oct 2004
    Posts
    30
    Here is a small example....hope it helps.

    Dez
    Attached Files

Similar Threads

  1. Replies: 6
    Last Post: 12-01-2004, 12:45 PM
  2. Email body
    By synistics in forum AutoPlay Media Studio 5.0
    Replies: 8
    Last Post: 05-07-2004, 01:38 PM
  3. Sending Email with Subject, Body and Attachment Filled In
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-24-2003, 01:30 PM
  4. inserting a Document as the body of an email
    By maxie in forum AutoPlay Media Studio 4.0
    Replies: 1
    Last Post: 09-10-2003, 07:29 PM
  5. filling Email body from AMS
    By Scally in forum AutoPlay Media Studio 4.0
    Replies: 7
    Last Post: 12-23-2002, 01:55 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts