diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-4263CC05-EF13-5A2C-875C-72F3C2F6AB57.dita --- a/Symbian3/PDK/Source/GUID-4263CC05-EF13-5A2C-875C-72F3C2F6AB57.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-4263CC05-EF13-5A2C-875C-72F3C2F6AB57.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,38 +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 + + + + + +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