Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Extract Notes Mail to HTML

by Corion (Patriarch)
on Apr 21, 2005 at 07:13 UTC ( [id://449874]=note: print w/replies, xml ) Need Help??


in reply to Extract Lotus Notes Mail to HTML

This is the template that goes with the above snippet. The single Notes fields can be conveniently added to the template, if you want other fields than what I've provided.

<html> <head> <title>Exported Lotus Notes email</title> <body> <TMPL_LOOP NAME="Subject"> <tt>Subject:</tt> <TMPL_VAR NAME="value"><br /> </TMPL_LOOP> <TMPL_LOOP NAME="Date"> <tt>Date:</tt> <TMPL_VAR NAME="value"><br /> </TMPL_LOOP> <TMPL_LOOP NAME="Folder"> <tt>Folder:</tt> <TMPL_VAR NAME="value"><br /> </TMPL_LOOP> <TMPL_LOOP NAME="From"> <tt>From:</tt> <TMPL_VAR NAME="value"><br /> </TMPL_LOOP> <TMPL_LOOP NAME="SendTo"> <tt>To:</tt> <TMPL_VAR NAME="value"><br /> </TMPL_LOOP> <TMPL_LOOP NAME="CopyTo"> <tt>Cc:</tt> <TMPL_VAR NAME="value"><br /> </TMPL_LOOP> <TMPL_LOOP NAME="BlindCopyTo"> <tt>Bcc:</tt> <TMPL_VAR NAME="value"><br /> </TMPL_LOOP> <TMPL_LOOP NAME="Categories"> <tt>Categories:</tt> <TMPL_VAR NAME="value"><br /> </TMPL_LOOP> <hr /> <pre> <TMPL_VAR NAME="Body"> </pre> <TMPL_LOOP NAME="Attachments"> Attachment <br /> <tt>Name:</tt> <a href="file://<TMPL_VAR NAME="url">"><TMPL_VAR NAME +="name"></a><br /> </TMPL_LOOP> <TMPL_LOOP NAME="EmbeddedObjects"> Embedded <br /> <tt>Name:</tt> <a href="file://<TMPL_VAR NAME="url">"><TMPL_VAR NAME +="name"></a><br /> </TMPL_LOOP> </body> </head> </html>

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://449874]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-24 11:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found