Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum


  

PreviousPrevious NextNext

try this
~Umberto Nongeroson 15.Apr.03 08:45 PM a Web browser
Applications Development 6.0 Windows XP


This code creates the child entity which holds the image and sets the header.

Howard

Dim mimeImage As NotesMimeEntity
Set mimeImage = mimeRoot.CreateChildEntity
Call ns.Open(sDirectoryPath & "logo.gif")
Call mimeImage.SetContentFromBytes(ns,"image/gif",ENC_None)
Call mimeImage.EncodeContent(ENC_Base64)
Set mimeHdr = mimeImage.createheader("Content-ID")
Call mimeHdr.setHeaderval("<logo.gif>")
Call ns.Close





MIME headers - Content_id (~Lisa Rejipyvit... 14.Apr.03)
. . There are some LotusScript classes (~Anita Minaster... 15.Apr.03)
. . . . RE: There are some LotusScript clas... (~Lisa Rejipyvit... 15.Apr.03)
. . . . . . try this (~Anita Minaster... 15.Apr.03)
. . . . . . . . tried works fine but.... (~Lisa Rejipyvit... 18.Apr.03)
. . . . . . . . . . sorted... (~Lisa Rejipyvit... 22.Apr.03)


Document Options






  Document options
Print this pagePrint this page

Search this forum

Forum views and search


  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS