Moderator: Zach
get every call whose state is not ended
get every call whose direction is incoming and duration is 0
get the device used of the last call
get the state of the last call whose device used is my device "Motorola E815"set the notes of the last call to "Call back later"make new call with properties {direction:incoming, duration:20, caller value:"555-1212"}dial "123456" using device "K750i"set theCall to make new call with properties {receiver value:"123456",state:starting, direction:outgoing}
dial theCall using device "K750i"get the messages of message folder "Inbox"
get the storage device of the message folder "Motorola E815"
get the display value of the sender of the first message of message folder "abc"
get the recipients of theMessagetell message folder "Inbox" to make new message at the end of the messages ?
with properties { content:"imported message", state:read, sender value:"12345678" }send message "My message text" to "Somebody <555-1212>" using the first deviceset theMessage to make new message with properties { content:"announcement..." }
set the recipient value of theMessage to "somebody <555-1212>"
tell theMessage
make new contact at end of recipients with properties {phone number:"123456"}
send message using my device "Nokia E65"
end tellrepeat with theMessage in the messages of message folder "Drafts"
send message theMessage using my device "Sony Ericsson T610"
end repeatget the message folder "Inbox"
get the message folder "Replies" of the message folder "Deliveries"
get the last message folder of the message folder "On My Computer"make new message folder with properties {name:"My new folder"}
make new message folder at the end of the message folders ?
of the message folder "On My Computer" ?
with properties {name:"Another new folder"}set the parent folder of message folder "a" to message folder "b"
move the message folder "Family" to the message folder "Archive"
move message folder "September" to the end of the message folders of message folder "Reports"set myFolder to message folder "My old folder"
tell the parent of myFolder to delete myFolderdelete the messages of message folder "Trash"get the name of the device used of the last callget the bluetooth address of the first device whose available is truetell device "Nokia E61"
if available and not connected then set autoconnect to true
end telltell device "Motorola E815"
if connected and not charging and the battery level is less than 10 then disconnect
end tellexport every call whose duration is greater than 0 using plugin "RTF File Exporter"Return to AppleScript Resources
Users browsing this forum: No registered users and 0 guests