 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Sat Nov 20, 2004 4:39 pm Post subject: adding logo to emails with JTextPane |
|
|
Hi guys,
I have a JTextPane with a logo (JPG) and some text. Does anyone know how to
email the JTextPane content??? (logo + text)
my code looks like this:
Message msg = new MimeMessage(session);
msg.setSubject(subject);
msg.setText(userMessage);
so basically i need something like:
msg.?????(myJTextPane?)
anyone?
Thanks
Ppr
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|