diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-4263CC05-EF13-5A2C-875C-72F3C2F6AB57.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-4263CC05-EF13-5A2C-875C-72F3C2F6AB57.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,38 @@ + + + + + +Reading +Email Messages Using the Rich Text API +

This tutorial explains how to read email messages using the rich text API.

+ +
Introduction

You can download and store email messages +using any of the following interfaces, and read them using the CRichText API.

    +
  • CMsvPlainBodyText

  • +
  • CImPlainBodyText

  • +
  • CRichText

  • +
+
Procedure

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. +
  3. Use the CMsvEntry class to create the CImEmailMessage object +class.

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

  6. +
+
+Chunk Method +to Process Emails +Imap4Example: +An Email manager using IMAP4 and SMTP +Pop3Example: +An Email manager using POP3 and SMTP +
\ No newline at end of file