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.
Opening new email item in plain text format using Java
kamalakannan kamal
Ranch Hand
Joined: May 19, 2008
Posts: 32
posted
0
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
posted
0
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