bhavna_816 0 Junior Poster

I have developed an application in VB.NET console application and used command line args.
there are some message body of mails when i click on its link gives the unformatted output.
I want it should see the type of the message or message attachment and render it in formatted way,eg.if it is
a zip file then it ask for extracting,doc(word) file in formatted way,txt(Notepad) file in the formatted way.
Right now I am getting an unformatted output like if it is a zip file then garbage output is displayed,txt(Notepad) file having
some special character for example
1> ÿ ÿ (these are the special characters) Regards,
2> for hyperlink it shows the output as HYPERLINK "http://...........com
i want to display the output in a formatted way.
Can anybody have any idea abt this?