Blue_Drache 260 Posted October 3, 2007 Code:Local $strRecipiant = "First_Last", $strSubject = "Subject" Local $strMSG = "This is a test" & @CR & @CR & "{tab}This is a tabbed test after two CR" _INetMail($strRecipiant, $strSubject, $strMSG)oÝ÷ Ù³®¶ý·(uäáȬj׬¶ÖN¬Æi¶Þv׬µ§íz»p $r^½êÛ ^ý¶®¶se'Vâ6öÕ7V2fײgV÷C²ö2gV÷C²fײb33·7F'BÖÇFó¢b33²fײb33c·7G%&V6çBfײb33³÷7V&¦V7CÒgV÷C²b33²fײb33c·7G%7V&¦V7Bð¢fײb33²âw&÷W¢b33²fײb33c·7G$w&÷Wfײb33²TC¢b33²fײb33c·7G%TBfײb33²gV÷C²b33²ÂgV÷C²gV÷C²Â5uôDROutput:This is a test This is a tabbed test after two CRWorks fine. Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache Share this post Link to post Share on other sites
Blue_Drache 260 Posted October 3, 2007 Gah. Can't edit prior without getting garbled text. Run(@ComSpec & " /c " & 'start mailto:' & $strRecipiant & '?subject="' & $strSubject _ & '. Group: ' & $strGroup & ' UID: ' & $strUID & '"', "", @SW_HIDE) If Not WinWait("New Memo", $strRecipiant, 15) Then MsgBox(0, @ScriptLineNumber, "Error!") MyExit () EndIf $hwndNotes = WinGetHandle("New Memo", $strRecipiant) ControlSend($hwndNotes, "", "NotesRichText1", $strMSG, 0) Change the Run section to above. Thanks. Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache Share this post Link to post Share on other sites