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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I turn on the HTML for a NotesDocument?

Status
Not open for further replies.

grefly

Programmer
Mar 5, 2002
10
0
0
US
I am using vba to send an email to the Domino server, and an input file as a template for the body of the email.

If I use the following:
Eml.ReplaceItemValue( "Body",strHTMLFile )
I get the full HTML text, no conversion.

If I use the following:
RichText.EmbedObject( EMBED_ATTACHMENT,"",strHTMLFile )
I get the HTML file as an attachment.

Thanks in advance...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top