Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]


Reading 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:

  1. Use the TMsvId aMessageId parameter of the downloaded email to create the CMsvEntry class.

  2. Use the CMsvEntry class to create the CImEmailMessage object class.

  3. Use the CImEmailMessage::GetBodyTextL() function to get the body text in the CRichText class.