Archived Forum Post

Index of archived forum posts

Question:

CkEmail load Eml/Mime from memory/string

Jan 28 '15 at 12:55

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


Answer

Yes. The method is CkEmail::SetFromMimeText

See the online reference documentation: http://www.chilkatsoft.com/refdoc/vcCkEmailRef.html