equal
deleted
inserted
replaced
19 three ways to create messages:</p><ul> |
19 three ways to create messages:</p><ul> |
20 <li><p>Creating a draft message by drafting a new email.</p></li> |
20 <li><p>Creating a draft message by drafting a new email.</p></li> |
21 <li><p>Creating a reply message by replying to an existing email.</p></li> |
21 <li><p>Creating a reply message by replying to an existing email.</p></li> |
22 <li><p>Creating a forward message by forwarding an existing email.</p></li> |
22 <li><p>Creating a forward message by forwarding an existing email.</p></li> |
23 </ul> </context> |
23 </ul> </context> |
24 <steps id="GUID-4DD07DEC-6017-4237-BE46-1D69E5FBD744-GENID-1-10-1-7-1-1-4-1-3-1-5-1-5-1-3-3"> |
24 <steps id="GUID-4DD07DEC-6017-4237-BE46-1D69E5FBD744-GENID-1-12-1-8-1-1-4-1-3-1-5-1-5-1-3-3"> |
25 <step id="GUID-9A69E5AD-E938-4092-A8C2-CB65C37C8962-GENID-1-10-1-7-1-1-4-1-3-1-5-1-5-1-3-3-1"><cmd>Create a message.</cmd> |
25 <step id="GUID-9A69E5AD-E938-4092-A8C2-CB65C37C8962-GENID-1-12-1-8-1-1-4-1-3-1-5-1-5-1-3-3-1"><cmd>Create a message.</cmd> |
26 <info><p>Messages can be created using one of the following methods:</p></info> |
26 <info><p>Messages can be created using one of the following methods:</p></info> |
27 <choices> |
27 <choices> |
28 <choice><p>Create a new draft message.</p><codeblock xml:space="preserve">MEmailMailbox* mailbox = mailboxes[i]; |
28 <choice><p>Create a new draft message.</p><codeblock xml:space="preserve">MEmailMailbox* mailbox = mailboxes[i]; |
29 MEmailMessage* message = mailbox->CreateDraftMessageL(); |
29 MEmailMessage* message = mailbox->CreateDraftMessageL(); |
30 CleanupReleasePushL(*message); |
30 CleanupReleasePushL(*message); |