Email Help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • abnrange
    No longer a forum member
    • Feb 2006
    • 346

    Email Help

    Hello,

    Is it possible to have line drops using File.OpenEmail? I tried \r\n - no luck.
    Below is my test script. Is there a better way to do this?
    Thanks

    File.OpenEmail("[email protected]?&S ubject=Risk Assessment Summary&Body=Hello,\r\n\r\nPlease read the attached confidential risk assessment for -. To read the risk assessment, click on the yellow yield sign icon that is pushed to your desktop. You will need this student's Risk Assessment ID number and Student Password as shown below to access the assessment. Passwords are case sensitive. Please write the Risk Assessment ID number and Student Password down before you leave this e-mail so you are prepared to open the risk assessment document.\r\n\r\nRisk Assessment ID number =\r\n\r\nStudent Password =\r\n\r\nIf you have difficulty accessing this risk assessment after following the above instructions please contact john smithat ext 1234 or Mr. joe smoat ext. 2456.\r\n\r\nThank you,\r\n\r\njohn smoith", SW_SHOWNORMAL);
  • RizlaUK
    Indigo Rose Customer
    • May 2006
    • 5478

    #2
    replace "\r\n" with "%0d%0a"
    Embrace change in your life, you never know, it could all work out for the best

    Comment

    • abnrange
      No longer a forum member
      • Feb 2006
      • 346

      #3
      That worked - Thanks

      Comment

      Working...
      X