Re: Interpretation of outlook messages
Posted By:
Ashok_Naidu
Posted On:
Thursday, August 30, 2001 11:12 PM
For the benefit of anyone having the same problem let me answer my own question.The Content Type of the Outlook messages is Multipart/alternative.So the messages will appear twice,in html and text/plain).Hence, if the content type is multipart/alternative then process the data accordingly (like skipping the text/plain and displaying html).please correct me if needed.