Click here to Skip to main content
15,867,895 members

Comments by arielbeck (Top 20 by date)

arielbeck 28-Aug-12 4:53am View    
but i'm not handling attachments, i handle the body.
arielbeck 22-Aug-12 5:23am View    
mostly parsing it, eventually, the body will be displayed in a viewer (which only supports plaintext right now).
arielbeck 22-Aug-12 3:36am View    
thanks for your answer :)
1. emails do support more than plain and html, (for example - in outlook u can create a rich one).
2. i will add what you said about richtext, tho right now the "viewer" supports only plain
3.i cannot add it to the attachment, because i receive the SMTP request, so i have no way to manipulate it when sending it, it can be anything.

it seems that there is no way to know, at least with .NET MailMessage, what is the body type in case of non-html.
arielbeck 15-Aug-12 15:37pm View    
oh :(...
then, back to the drawing board :(
arielbeck 15-Aug-12 15:06pm View    
no we can't, if the isBodyHtml=false, it can be either plaintext/richtext/xml - which is really bad to rely on