This tutorial explain the steps to create email messages in plain text format.
Create an email entry in the message store using the CImEmailOperation::CreateNewL() function, which takes all the following nine parameters:
Set the TBool parameter to ETrue .
Use the CImEmailOperation::ProgressL() method to obtain the TMsvId parameter of the newly created email. This is returned through a TPckgC < TMsvId > descriptor.
Create a CMsvEntry object using the TMsvId aMessageId parameter of the newly created email.
Use the CMsvEntry object to create a CImEmailMessage object.
Call the CImEmailMessage::OpenPlainBodyTextForWriteL() function to get a new instance of CImPlainBodyText .
If there are more than one chunk, use the StoreChunkL() function repeatedly to store the body text in chunks.
When the message body text is completely stored, call the CImPlainBodyText::CommitL() function to complete the email creation operation.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.