http://www.apple.com/applescript/guidebook/sbrt/pgs/sbrt.01.htm
http://members.lycos.co.uk/scripting/applescript/doubletell.html
http://www.scriptbuilders.net/category.php?start_record=30&search=outlook
http://mac.oreilly.com/news/apscript_0501.html
http://www.stalker.com/macdownload.html
http://www.fmcdn.com/index.html
tell application "Outlook Express"
if the name of the front window is "Address Book" then
-- if the class of the displayed feature of the front window is address book then
set theList to ""
set theContacts to the selection
set the_ID to ID of (item 1 of theContacts)
set the_Address to default email address of (item 1 of theContacts)
else
--send some message to the user telling them to select a contact
display dialog ¬
"Un contacto debe estar seleccionado en la ventana de \"Address Book\" para realizar la operación." buttons "OK" default button "OK" with icon note
return
end if
end tell
on replace_chars(this_text, search_string, replacement_string)
set AppleScript's text item delimiters to the search_string
set the item_list to every text item of this_text
set AppleScript's text item delimiters to the replacement_string
set this_text to the item_list as string
set AppleScript's text item delimiters to ""
return this_text
end replace_chars
- ARSA RU Edit Weblog
- ARSA RU Weblog
- ARSA News Aggregator
- ARSA KIU
- ARSA Webmin 0.90
- ARSA Admin
- ARSA Home Page
- ARSA MyBLog
- ARSA:Diseño
- Ordenes
OE-ARSA
- ARSA RU Weblog
- AppleScript: Essential Sub-Routines
- http://members.lycos.co.uk/...pt/doubletell.html
- scriptbuilders @ macscripter.net | script arc...
- Index of /allenwatson@thinkaccess.net/Scripts...
- http://members.lycos.co.uk/...pt/doubletell.html
- O'Reilly: AppleScript: Getting Photoshop and ...
- Stalker Software Inc. - MacDownloads
- OpenLDAP 2.1 Administrator's Guide
- Stalker Software Inc. - MacDownloads