home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 November / Chip_1999-11_cd.bin / zkuste / MacOS / DATA / FILES / ZIPIT.HQX / ZipIt.rsrc / TEXT_200.txt < prev    next >
Text File  |  1999-09-25  |  267b  |  9 lines

  1. on sendOE(theMsg)
  2.     tell application "Outlook Express"
  3.     activate
  4.       make new draft window with properties {subject:"ZipIt Preregistration", to recipients:"preregistration@maczipit.com", signature type:none, content:theMsg}
  5.     end tell
  6. end sendOE
  7.  
  8. sendOE("%MESSAGE%")
  9.