Re: Creating a new header item in Mail
Re: Creating a new header item in Mail
- Subject: Re: Creating a new header item in Mail
- From: Michelle Steiner <email@hidden>
- Date: Mon, 26 Jul 2004 10:07:50 -0700
On Jul 26, 2004, at 9:25 AM, Bernardo Hoehl wrote:
I am trying to include a new header item in a message, and it seems I
am not getting it right.
I have started trying to edit the "create new message" script in
Scripts folder of Panther. But it seems my line is wrong or it is in
misplaced.
Could you please coment my script.
The problem is that header is a property of message, but not of
outgoing message. Message and outgoing message inherit from item;
outgoing message does not inherit from message. (I don't know the
reason; one would think that it would.)
The result is that header is not a property of outgoing message, and
that means you can't create a header in an outgoing message.
--
Peter pull at St. Taffy's tonight! (Or is it the other way around?)
_______________________________________________
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.