diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-0B95131E-6B7E-57A0-98B1-0B405207E0C4.dita --- a/Symbian3/PDK/Source/GUID-0B95131E-6B7E-57A0-98B1-0B405207E0C4.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-0B95131E-6B7E-57A0-98B1-0B405207E0C4.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,53 +1,53 @@ - - - - - -Forwarding -or Replying to Email Messages Stored as Plain TextThis tutorial explains how to forward email messages that are stored -as plain text. -
Procedure
    -
  1. Use the CImEmailOperation::CreateForwardL() method -or CImEmailOperation::CreateReplyL() method to forward -or reply to an email.

    The newly created email will be stored in the -same format as the original email. In this case, it is the plain text format.

  2. -
  3. Use the CImEmailOperation::ProgressL() method -to obtain the TMsvId parameter of the newly created email. -This is returned through a TPckgC <TMsvId > -descriptor.

  4. -
  5. Use the TMsvId aMessageId parameter -to create a CMsvEntry class.

  6. -
  7. Use the CMsvEntry class -to create a CImEmailMessage object.

  8. -
  9. Use the CImEmailMessage::GetBodyTextL() function -to get the body text of the message that is being replied to, or forwarded. -This will return a CRichText class.

  10. -
  11. If you want to store -the email message as plain text, complete the following steps from 1 to 3. -If you want to store the email message as rich text, complete the following -step 4.

      -
    1. Call the CImEmailMessage::OpenPlainBodyTextForWriteL() function -to get CImPlainBodyText.

    2. -
    3. Call the CImPlainBodyText::StoreRichTextAsPlainTexL() function -and pass the edited CRichText to store the message.

    4. -
    5. Call the CImPlainBodyText::CommitL() function -to complete the operation.

    6. -
    7. Edit the CRichText class -and call the CImEmailMessage::StoreBodyTextL() function -to store the edited message body text.

    8. -
  12. -
-
-Chunk Method -to Process Emails -Imap4Example: -An Email manager using IMAP4 and SMTP -Pop3Example: -An Email manager using POP3 and SMTP + + + + + +Forwarding +or Replying to Email Messages Stored as Plain TextThis tutorial explains how to forward email messages that are stored +as plain text. +
Procedure
    +
  1. Use the CImEmailOperation::CreateForwardL() method +or CImEmailOperation::CreateReplyL() method to forward +or reply to an email.

    The newly created email will be stored in the +same format as the original email. In this case, it is the plain text format.

  2. +
  3. Use the CImEmailOperation::ProgressL() method +to obtain the TMsvId parameter of the newly created email. +This is returned through a TPckgC <TMsvId > +descriptor.

  4. +
  5. Use the TMsvId aMessageId parameter +to create a CMsvEntry class.

  6. +
  7. Use the CMsvEntry class +to create a CImEmailMessage object.

  8. +
  9. Use the CImEmailMessage::GetBodyTextL() function +to get the body text of the message that is being replied to, or forwarded. +This will return a CRichText class.

  10. +
  11. If you want to store +the email message as plain text, complete the following steps from 1 to 3. +If you want to store the email message as rich text, complete the following +step 4.

      +
    1. Call the CImEmailMessage::OpenPlainBodyTextForWriteL() function +to get CImPlainBodyText.

    2. +
    3. Call the CImPlainBodyText::StoreRichTextAsPlainTexL() function +and pass the edited CRichText to store the message.

    4. +
    5. Call the CImPlainBodyText::CommitL() function +to complete the operation.

    6. +
    7. Edit the CRichText class +and call the CImEmailMessage::StoreBodyTextL() function +to store the edited message body text.

    8. +
  12. +
+
+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