We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

MIME

Hi,

I have found Your library Syncfusion.MIME.Base.dll to contain classes to handle MIME content.

Is there any sample or documentation about it?

Regards


3 Replies

LS Lingaraj S Syncfusion Team October 20, 2010 02:14 PM UTC

Hi,

Thank you for your interest in Syncfusion products.

Please try using IMIMEDocument to handle the MIME content as shown below.

IMIMEDocument docum = MIMEDocument.Parse("t19.eml");
this.richTextBox1.AppendText(" Data : " + docum.Header.ContentType.Name);


Refer the sample from following link.
http://www.syncfusion.com/uploads/redirect.aspx?&team=support&file=MIMETestSample1355800253.zip

Please let me know if you have any queries.

Regards,
Lingaraj S,




FE FeliceR October 24, 2010 04:11 PM UTC

Hi,

Thanks for Your sample code.

I have already tryed with a my eml file.

I need to know if Can I use this class for reading/writing eml/mime content?
Is it official in Your library either undocumented?
Can I create a MHT content compatible with IE?

Regards.




VS Vallarasu S Syncfusion Team November 8, 2010 04:14 PM UTC

Hi,

Regrets for the delayed response.

This is an undocumented dll intended for internal use.

Please let us know if you have concerns on this.

Regards
Vallarasu S.



Loader.
Live Chat Icon For mobile
Up arrow icon