AppleScript and Lotus Notes
AppleScript and Lotus Notes
- Subject: AppleScript and Lotus Notes
- From: Steve Thompson <email@hidden>
- Date: Thu, 31 Jul 2003 17:14:15 +0100
Has anyone had any luck scripting Lotus Notes 6?
The dictionary says
DoLotusScript: Compile / Run LS (from Default Notes Suite)
DoLotusScript string -- LS buffer
Which you would think means that this would work:
set aString to "OutOfOffice"
tell application "Notes"
set myDB to make new database with data {"Domino01/CompanyName",
"mail/sthompso.nsf"}
if not isopen of myDB then open myDB
tell me to DoLotusScript aString
end tell
But this line tell me to DoLotusScript aString - gives the error message
tell current application
+event OsaBObLs; "OutOfOffice"
end tell
Script untitled 1 finished
--> "OutOfOffice" doesn't understand the DoLotusScript message.
If anyone knows (or can figure out) the correct syntax, I'd be most
greatful
Thanks
Steve
_______________________________________________
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.