Re: Mail's document
Re: Mail's document
A document is not a message.
Run this script:
tell application "Mail"
set myDoc to make new document at beginning
log name of myDoc
log path of myDoc
log modified of myDoc
end tell
And it creates a document, but you can't see it, you can't open it.
But it's there, somewhere.
ES
On Apr 24, 2009, at 1:45 PM, Luther Fuller wrote:
What is a "document" in Mail? If I open a number of messages in
Mail, then run this ...
tell application "Mail"
activate
count documents
end tell
all I get is "0" returned. Exactly what does Mail think a 'document'
is?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden