Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

rule to export email to text file 1

Status
Not open for further replies.

evaleah

Programmer
Mar 18, 2003
252
US
I am using Notes 7. Is there a way to create a rule to have an email saved out to a directory folder as a text file when it arrives? I have a rule that is putting it in a Notes folder currently. I would also like to have it available from Windows as a text file without opening Lotus Notes.

Thanks!
Eva
 
Not a mail rule, but you could create an agent that does an export on any documents in a folder and then deletes them.

Try -

@Command( [FileExport] ; fileType ; fileName )
then
@DeleteDocument
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top