How to compose memo using lotus script

i need to create a memo which gates all the fields from a document (to,cc,subject and attechment).

how do i do this using lotus script?

Thanks

Subject: How to compose memo using lotus script

For the creation and sending of a document check out the NotesDocument class method Send.

Type “Examples: Send method” into your notes designer help to see the code examples.

For moving items from your existing document check out the help pages for NotesItem class and method CopyItem.

Type “Examples: CopyItem method” into your notes designer help to see code examples.

Be sure to always search for your answers before asking a new question, this way the forum is kept concise and easy for everyone to find answers.

Subject: How to compose memo using lotus script

Search this forum, you can find lot of answers to your question.