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.
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 "[url=http://www.yahoo.com]www.yahoo.com[/url]"
end if
end tell
what is the use of this URL property. Any pointer on this would be
great help.
regards,
anni