• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to create a new mail in Lotus Notes w ith AppleScript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to create a new mail in Lotus Notes w ith AppleScript


  • Subject: Re: How to create a new mail in Lotus Notes w ith AppleScript
  • From: David Wignall <email@hidden>
  • Date: Sat, 08 Jul 2006 16:38:56 +1200
  • Thread-topic: How to create a new mail in Lotus Notes w ith AppleScript

Title: Re: How to create a new mail in Lotus Notes w ith AppleScript
on 4/07/2006 1:57 AM, 陈浩 at email@hidden wrote:

Dear all,
  I need to write an AppleScript to create new mail,attach a document,and let user edit it.
I use composedocument to create a document,but I donnot know how to fill its parameters. The definition of composedocument for NotesUiWorkspace object is:
  ComposeDocument([server][,file][,form])  If call this method as:
  ComposeDocumnet("","","Memo"),it will create a new mail directly. But in the applescript,
how to call it with these three parameters?
 
  Thanks in advance!
 
  Horky
  2006-7-3

tell application "Notes"
    composedocument {"", "", "Memo"}
end tell

but it doesn’t work. I can’t seem to specify the database, so the mail db must be active when the script is run and even then I can’t specify the form; I get a list of available forms instead. It appears that the arguments are spurious.

--
Dave
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >How to create a new mail in Lotus Notes w ith AppleScript (From: "陈浩" <email@hidden>)

  • Prev by Date: Re: Sal Soghoain' s Book
  • Next by Date: Intel gets bad height and width
  • Previous by thread: How to create a new mail in Lotus Notes w ith AppleScript
  • Next by thread: Re: Intel UI scripting
  • Index(es):
    • Date
    • Thread