S
silexmultimedia
Version: 2008 Operating System: Mac OS X 10.5 (Leopard) Processor: Intel Email Client: pop I'd like to save a message via AppleScript, given its ID. The script below works rather well, except for the fact that when I reimport the mbox file, the message is enclosed in a folder it creates, to the name of the mbox file.
tell application "Microsoft Entourage"
set lemessage to message id 85250
save lemessage in "/Users/myName/Desktop/testExportEntourage/test1.mbox"
end tell
Could someone tell me what I'm doing wrong?
tell application "Microsoft Entourage"
set lemessage to message id 85250
save lemessage in "/Users/myName/Desktop/testExportEntourage/test1.mbox"
end tell
Could someone tell me what I'm doing wrong?