[MAIL] Various questions
[MAIL] Various questions
- Subject: [MAIL] Various questions
- From: John Delacour <email@hidden>
- Date: Sun, 2 Mar 2003 12:15:53 +0000
- Mac-eudora-version: 6.0a8
Standard Suite : Common classes and commands for most applications.
delete : Delete an object.
delete reference -- the object for the command
set d to "1/1/1"
set d to "" & (current date) - (get date d)
tell application "Mail"
make mailbox with properties {name:d}
delay 2
delete mailbox d
end
Q.1 Why should it be necessary to coerce the number to a string
as a separate operation ?
Q.2 Why does the make statement produce no result ?
Q.3 Why does the delete command not delete the mailbox and produce
no error ?
JD
_______________________________________________
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.