This tutorial explains how to read email messages using the rich text API.
You can download and store email messages using any of the following interfaces, and read them using the CRichText API.
To read an email message using the CRichText class, complete the following steps:
Use the TMsvId aMessageId
parameter of the downloaded
email to create the CMsvEntry
class.
Use the CMsvEntry
class to create the CImEmailMessage
object
class.
Use the CImEmailMessage::GetBodyTextL()
function
to get the body text in the CRichText class.