Good day.
I want convert MIME into RTF, but on this forum i find only examlpe for convert RTF to MIME. Have you any example for this type of convertion?
convert MIME to RTF
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
MIME file contains multiple files combined in a singe file.
When used for HTML email, it contains HTML, may be images, may be an alternative text representation of HTML, may be attached files.
We do not have a procedure for extracting HTML and images from a MIME file. You need to do it yourself or using thirdparty libraries such as Indy or CleverComponents.
We do not have an Indy example, sorry.
For CleverComponents, see http://www.trichview.com/forums/viewtopic.php?t=4123
As for RTF, simple use SaveRTF method.
When used for HTML email, it contains HTML, may be images, may be an alternative text representation of HTML, may be attached files.
We do not have a procedure for extracting HTML and images from a MIME file. You need to do it yourself or using thirdparty libraries such as Indy or CleverComponents.
We do not have an Indy example, sorry.
For CleverComponents, see http://www.trichview.com/forums/viewtopic.php?t=4123
As for RTF, simple use SaveRTF method.