Re: Entourage -> rule -> attachments
Re: Entourage -> rule -> attachments
- Subject: Re: Entourage -> rule -> attachments
- From: Paul Berkowitz <email@hidden>
- Date: Wed, 05 Nov 2003 14:29:18 -0800
On 11/5/03 1:13 PM, "julifos" <email@hidden> wrote:
>
Now, the funny part. I select the message manually in the inbox and observe
>
this behaviour:
>
>
##############################
>
tell application "Microsoft Entourage"
>
set currMsg to current messages
>
set theMsg to currMsg's item 1
>
--> incoming message id 32180 of application "Microsoft Entourage"
>
set theAttachments to attachments of currMsg
>
--> {}
>
>
set currMsgSame to selection
>
set theMsgSame to currMsgSame's item 1
>
--> incoming message id 32180 of application "Microsoft Entourage"
>
set theAttachmentsSame to attachments of theMsgSame
>
--> {attachment 1 of incoming message id 32180 of application "Microsoft
>
Entourage", attachment 2 of incoming message id 32180 of application
>
"Microsoft Entourage"}
>
end tell
>
##############################
>
>
I'd say that if I run this script some days ago, I'd get the attachments
>
using both "current messages" and "selection"...
Yes, they should be the same.
Is this message in a local folder or in an IMAP or Hotmail (i.e. server)
folder?
--
Paul Berkowitz
_______________________________________________
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.