Re: Mail.app (Sendername/Senderaddress)
Re: Mail.app (Sendername/Senderaddress)
- Subject: Re: Mail.app (Sendername/Senderaddress)
- From: "Manfred M. Strasser" <email@hidden>
- Date: Sat, 31 Aug 2002 11:31:54 +0200
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)
MMS
_______________________________________________
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.