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:
~Lisa Rejipyvitchflar 14.Apr.03 08:53 PM a Web browser Applications Development6.0Windows XP
How do I set the content-ID of say a headers involving images.
e.g if I got a document in mime format and the body has text and image. if I do a header print out I get something like:
What I need to do is create my own mime document and set exactly the headers as above. I managed to set type and transfer-encoding using the MIMEEntity class but yet to find a way to set the contend-id part. As a result images appear at the bottom I believe coz of loss of proper referencing. Any ideas please help.