Welcome to MacForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Can set Folder URL property of entourage mail?

 
   Macintosh computer (Home) -> Apple Scripts RSS
Next:  Paragraph jumper  
Author Message
anni

External


Since: Oct 13, 2008
Posts: 8



(Msg. 1) Posted: Sat Nov 22, 2008 1:26 am
Post subject: Can set Folder URL property of entourage mail?
Archived from groups: alt>comp>lang>applescript (more info?)

hi,

I have tried to set URL property of folder but i got error " ". can
anybody tell me what is the problem with this script? I referred
dictionary. which shows this is a r/o property.

[applescript]
tell application "Microsoft Entourage"
try
set theFolder to the selection
end try

if (theFolder is not equal to "") then
set FolderName to name of theFolder
if (FolderName = "Inbox") then
return URL of "Inbox"
--set the URL of folder FolderName to "www.yahoo.com"
end if
end tell

[/applescript]

what is the use of this URL property. Any pointer on this would be
great help.

regards,
anni

 >> Stay informed about: Can set Folder URL property of entourage mail? 
Back to top
Login to vote
Jerry Kindall

External


Since: Jul 09, 2003
Posts: 560



(Msg. 2) Posted: Sat Nov 22, 2008 7:34 am
Post subject: Re: Can set Folder URL property of entourage mail? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article
,
anni wrote:

> hi,
>
> I have tried to set URL property of folder but i got error " ". can
> anybody tell me what is the problem with this script? I referred
> dictionary. which shows this is a r/o property.

Well, that's your answer, then. A read-only property cannot be set,
obviously.

--
Jerry Kindall, Seattle, WA <http://www.jerrykindall.com/>

Send only plain text messages under 32K to the Reply-To address.
This mailbox is filtered aggressively to thwart spam and viruses.

 >> Stay informed about: Can set Folder URL property of entourage mail? 
Back to top
Login to vote
Dave Balderstone

External


Since: Mar 21, 2006
Posts: 1675



(Msg. 3) Posted: Sat Nov 22, 2008 10:09 am
Post subject: Re: Can set Folder URL property of entourage mail? [Login to view extended thread Info.]
Imported from groups: per prev. post (more info?)

Back to top
Login to vote
Display posts from previous:   
   Macintosh computer (Home) -> Apple Scripts All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]