Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2005
    Posts
    27

    string in the body of mail

    why I cant add string to the body of mail:
    Code:
    LAN = System.GetLANInfo();
    user = System.GetLANInfo().User;
    File.OpenEmail("user@yourdomain.com?&Subject=test&Body=..user..", SW_SHOWNORMAL);
    ?

  2. #2
    Join Date
    May 2006
    Posts
    5,380
    try this
    Code:
    LAN = System.GetLANInfo();
    user = System.GetLANInfo().User;
    File.OpenEmail("user@yourdomain.com?&Subject=test&Body="..user, SW_SHOWNORMAL);
    Open your eyes to Narcissism, Don't let her destroy your life!!

  3. #3
    Join Date
    Jun 2005
    Posts
    27
    works, thx
    but how to change to add string to the topic of mail?
    Code:
    File.OpenEmail("user@yourdomain.com?&Subject="..date.."&Body="..user , SW_SHOWNORMAL);

  4. #4
    Join Date
    May 2006
    Posts
    5,380
    Open your eyes to Narcissism, Don't let her destroy your life!!

Similar Threads

  1. Jukebox Enhancements
    By Zylo in forum AutoPlay Media Studio 6.0
    Replies: 2
    Last Post: 01-13-2007, 07:39 PM
  2. table to string
    By ZenLunatic in forum AutoPlay Media Studio 6.0
    Replies: 8
    Last Post: 09-26-2006, 11:49 AM
  3. Replies: 19
    Last Post: 05-23-2006, 11:40 AM
  4. Mail Anywhere v.1.0.0
    By sside in forum AutoPlay Media Studio 5.0
    Replies: 9
    Last Post: 03-07-2005, 11:47 AM

Posting Permissions

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