Bug in Eudora?
Bug in Eudora?
- Subject: Bug in Eudora?
- From: David Crowe <email@hidden>
- Date: Thu, 1 May 2003 16:00:43 -0600
In the following snippet of Applescript:
set msgRef to make new message at end of mailbox "out"
tell msgRef
set field "Subject" to "test"
end tell
creates an email with the subject "test". But the following does not.
set msgRef to make new message at end of mailbox "out"
tell msgRef
set its subject to "test"
end tell
Tantalizingly, the window bar for this email does include the title,
but not the actual email.
Am I doing something wrong, or does Eudora have a little teeny bug?
- David Crowe
_______________________________________________
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.