Hi all,
Could anyone please let me know if it is possible to read the content of a MS
Word document and paste the entire content with the same format in Javamail message body? I tried to use "application/msword" as content type and other combinations, but all the time the content is sent as attachment only. Pasted the code below that I tried but didnt work as expected (may be my understanding is weak).
My requirement is to read the content and paste it in body instead of sending as an file attachment. If someone has any pointers, please do share. thanks.