home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / netprofessional / code / 02.02 / mailclients.mailsmith.as.txt < prev    next >
Text File  |  2010-09-21  |  326b  |  8 lines

  1. tell application "Mailsmith"
  2.     set theNewMessage to make new message window
  3.     set the subject of the front window to "Test message"
  4.     set the contents of the front window to "This message was created automatically."
  5.     Make new to_recipient at end of the front window with properties {address string: "josh@SKYLIST.net"}
  6. end tell
  7.  
  8.