Question:
Hi,
Can CkEmail load Eml/Mime from memory/string directly? Currently I need to save eml/mime string to a file first and then call loademl functio to load it back. Doing loademail from memory/string directly will save a lot of disk IO because we need to process hundred thousands of email per-day.
Tom
Yes. The method is CkEmail::SetFromMimeText
See the online reference documentation: http://www.chilkatsoft.com/refdoc/vcCkEmailRef.html