Re: Mail.app (Sendername/Senderaddress)
Re: Mail.app (Sendername/Senderaddress)
- Subject: Re: Mail.app (Sendername/Senderaddress)
- From: cricket <email@hidden>
- Date: Mon, 16 Sep 2002 16:07:14 -0700
Right now, sender returns a string value. We're looking at making this
more flexible in the future.
- cricket
On Saturday, August 31, 2002, at 02:31 AM, Manfred M. Strasser wrote:
>
> tell application "Mail"
>
> set theSelection to selection
>
> set theMessage to item 1 of theSelection
>
> get sender of theMessage
>
> end tell
>
>
right, right, right ... But I want to get "the name of the sender" and
>
"the emailadress of the sender" isolated.
>
>
As I was using Entourage this was possible ...
>
set theSenderAddress to (address of sender of theMessage)
>
set theSenderName to (display name of sender of theMessage)
_______________________________________________
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.