text/html
From: Québec (notAgain_at_enough.ca)
Date: 06/01/04
- Next message: Québec: "Re: text/html"
- Previous message: Andrey Fedorov: "Re: DnD application problems"
- Next in thread: Québec: "Re: text/html"
- Reply: Québec: "Re: text/html"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 1 Jun 2004 14:36:15 -0400
Hi everyone,
I cant have my application send the html format. How do I do that? below
some of my trials.
// create and fill the first message part
MimeBodyPart mbp1 = new MimeBodyPart();
mbp1.setContent("text/html"); <<<<runs if I take off
this line but in
plain text only
mbp1.setText(msgText1, "ISO-8859-1");//us-ascii
....
the second part is attachement ( works)
...
// add the Multipart to the message
msg.setContent(mp);
................
msg.setContent("text/html");<<<< this dont works
Jean
- Next message: Québec: "Re: text/html"
- Previous message: Andrey Fedorov: "Re: DnD application problems"
- Next in thread: Québec: "Re: text/html"
- Reply: Québec: "Re: text/html"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|