How to export email to word?

I am quite new to anything outside of reading e-mails with Lotus Notes. I have played around with VBA macros to make my work a bit easier. What I would like to do is take all the unread e-mail (or selected what ever is easier) in a certain folder and export the body into a word document.

**Additional note the emails contain html tables.

Subject: Exporter for Lotus Notes

If you’d like to consider a 3rd party application we have an Export Utility for Lotus Notes that provides exporting of Notes documents and / or database view data to the following formats:* Microsoft Word

  • Microsoft Access

  • Microsoft Excel

  • PDF

  • XML

  • Comma Delimited

Exporting of attachments is also supported.

For more information and to download a copy please visit the product page at:

Single user license costs less than an hour of development time.

Alex

Subject: Export to Word

You could export your mail bodies into rtf format, that retains most of the formatting and is readable by Word.Julian Robichaux wrote about that and provides a database with all the needed code there:

http://www.nsftools.com/tips/NotesTips.htm#rtfexport

Hope this helps.

Thierry

http://dominoeffects.serveblog.net

Subject: Re: Export to Word

I did come across this but was unable to get it to work in my email db. It works fine in its own db.

I tried pasting the code in a newly created agent. I also tried to copy paste the agent into the db agent list. I keep getting an error at:

Use “RtfExportFunctions”

I cant seem to find anywhere to reference any library scripts. I do not have a designer view.