B
Biju_Pillai
Version: 2008
Operating System: Mac OS X 10.5 (Leopard)
Processor: Intel
Email Client: Exchange
Greetings
I using the following script to create a new message
tell application "Microsoft Entourage"
activate
-- create a new message with the information from the current message
set draftMsg to make new incoming message with properties {subject:"Hi", content:"Testing"}
-- open the new message we just created
open draftMsg
end tell
A copy of the message is created in the MyComputer->Drafts folder. Is it possible to avoid this creation as it leave behind a copy?
Thanks in advance
Biju
Operating System: Mac OS X 10.5 (Leopard)
Processor: Intel
Email Client: Exchange
Greetings
I using the following script to create a new message
tell application "Microsoft Entourage"
activate
-- create a new message with the information from the current message
set draftMsg to make new incoming message with properties {subject:"Hi", content:"Testing"}
-- open the new message we just created
open draftMsg
end tell
A copy of the message is created in the MyComputer->Drafts folder. Is it possible to avoid this creation as it leave behind a copy?
Thanks in advance
Biju