Entourage/newbie question
Entourage/newbie question
- Subject: Entourage/newbie question
- From: Will Wade <email@hidden>
- Date: Tue, 30 Jan 2001 17:29:47 +0000
Having trouble with the following..
Entourage is throwing back an error on the third to last line saying:
Microsoft Entourage got an error: Can't get |content| of incoming message id
4817.
global t
on SaveFile(t)
set txtFile to "Wills IX:Desktop Folder:imagesNeeded.txt"
set endFile to get eof txtFile
set theText to t
open for access txtFile with write permission
write return & theText starting at endFile to txtFile
close access txtFile
end SaveFile
tell application "Microsoft Entourage" to set currentMessages to the current
messages --
repeat with theMsg in the currentMessages --
set t to the content of theMsg
my SaveFile(t) --
end repeat
Any ideas?
Tia
Will