This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java in General and the fly likes Opening new email item in plain text format using Java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Opening new email item in plain text format using Java" Watch "Opening new email item in plain text format using Java" New topic
Author

Opening new email item in plain text format using Java

kamalakannan kamal
Ranch Hand

Joined: May 19, 2008
Posts: 32
Hi All,
I am using outlook switch approach to open new email item with to list, subject and body. The problem here is i want the new email widget in plain text format always irrespective of the default message format set in outlook. But this approach opens new email item with the default message format specified in the outlook (i.e. in "Tools"->"Options"->"Mail Format" tab->Message Format). Is there any other option to open new email item with to list, subject and body in plain text format using outlook switch.

Here is my outlook switch command...

"C:\Program Files\Microsoft Office\OFFICE11\Outlook.exe" -c ipm.note /m "kamal_gk@gmail.com?subject=Hi All&body=Please reply to this query"



Thanks in Advance ,
G. Kamal.
Lester Burnham
Rancher

Joined: Oct 14, 2008
Posts: 1337
Where does Java fit into this?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Opening new email item in plain text format using Java
 
Similar Threads
Mail API Problem
Email generator
Returning A List Of Variables From A Folder Of Documents And Returning Them Into A New Document
Send Mail
urgent help in java mail