Re: How do I move a message in Mail?
Re: How do I move a message in Mail?
- Subject: Re: How do I move a message in Mail?
- From: cricket <email@hidden>
- Date: Fri, 30 Aug 2002 17:44:59 -0700
On Friday, August 30, 2002, at 05:37 PM, W. Eric Tyson wrote:
cricket,
thanks this is great. i had tried this before, but my problem turns
out to be me. i was attempting to move a message that had yet to be
created into the trash. basically, i as trashing before sending the
message. if i run that snippet on an existing message it works fine.
so, i've tried this:
try
set mailbox of newMessage to mailbox "Trash"
on error errMsg number errNum
repeat until errNum is null
set mailbox of newMessage to mailbox "Trash"
end repeat
end try
but obviously this isn't going to work. is there a "waiting until
complete" command so i could move the newly created message once the
send is complete?
Messages in progress are autosaved to Drafts, so presumably you could
delete them from the Drafts mailbox.
- cricket
----->
Software Entomologist/Mail for Mac OS X email@hidden
---------->
The Power to Be Your Best
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.