7 Nokia Corporation - initial contribution. |
7 Nokia Corporation - initial contribution. |
8 Contributors: |
8 Contributors: |
9 --> |
9 --> |
10 <!DOCTYPE reference |
10 <!DOCTYPE reference |
11 PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd"> |
11 PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd"> |
12 <reference id="GUID-2D9B17E7-2B7A-5E16-AB06-D9507457A85D" xml:lang="en"><title>smsexample: |
12 <reference id="GUID-2D9B17E7-2B7A-5E16-AB06-D9507457A85D" xml:lang="en"><title>SMS |
13 SMS example</title><shortdesc>This example code demonstrates how to send and receive SMS messages |
13 example</title><shortdesc>This example code demonstrates how to send and receive SMS messages |
14 using the Messaging Framework APIs. </shortdesc><prolog><metadata><keywords/></metadata></prolog><refbody> |
14 using the Messaging Framework APIs. </shortdesc><prolog><metadata><keywords/></metadata></prolog><refbody> |
15 <section id="GUID-81E46301-8C03-5C36-B601-804D25C7C927"><title>Description</title> <p>This |
15 <section id="GUID-81E46301-8C03-5C36-B601-804D25C7C927"><title>Description</title> <p>This |
16 updated C++ example demonstrates programmatical handling of SMS messages. |
16 updated C++ example demonstrates programmatical handling of SMS messages. |
17 Messages can be sent from the application and they can be received directly |
17 Messages can be sent from the application and they can be received directly |
18 into the application (that is, catching incoming messages before the user |
18 into the application (that is, catching incoming messages before the user |
19 gets any notification). In addition, messages can be deleted, copied, or moved |
19 gets any notification). In addition, messages can be deleted, copied, or moved |
20 to other folders of the message store (inbox, outbox, drafts). The example |
20 to other folders of the message store (inbox, outbox, drafts).</p> </section> |
21 has been updated to be compatible with S60 5th Edition and touch UI. Important |
|
22 classes: CMsvSession, CMsvEntry, CMmsClientMtm, CSmsClientMtm, CClientMtmRegistry, |
|
23 KMsvMessagePartBody, ESmsMtmCommandScheduleCopy, CSmsSettings, CSmsHeader. For |
|
24 more details, click on this link : <xref href="http://www.forum.nokia.com/info/sw.nokia.com/id/04802db9-ea13-48f3-b3e2-6ccf639bcbf7/S60_Platform_SMS_Example.html" scope="external"> sms example</xref></p> </section> |
|
25 <section id="GUID-878E4690-1F02-5C15-8B4E-F53E8EA8719D"><title>Download</title> <p>Click |
21 <section id="GUID-878E4690-1F02-5C15-8B4E-F53E8EA8719D"><title>Download</title> <p>Click |
26 on the following link to download the example:<xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/zips/guid-e9c7c7d7-b4a1-4c58-bcbe-37fe6d0f4ce0.zip" scope="external"> smsexample.zip</xref></p><p>Click: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/guid-e9c7c7d7-b4a1-4c58-bcbe-37fe6d0f4ce0.html" scope="peer">browse</xref> to view the example code.</p> </section> |
22 on the following link to download the example:<xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/zips/guid-e9c7c7d7-b4a1-4c58-bcbe-37fe6d0f4ce0.zip" scope="external"> smsexample.zip</xref></p><p>Click: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/guid-e9c7c7d7-b4a1-4c58-bcbe-37fe6d0f4ce0.html" scope="peer">browse</xref> to view the example code.</p> </section> |
|
23 <section id="GUID-5DB1579A-EA25-47AA-A2D9-31CA691B9014"><title>Classes</title> <p><xref href="GUID-2DA04D96-F0AD-3FDC-9E36-1C27D889AF4B.dita"><apiname>CMsvSession</apiname></xref></p><p><xref href="GUID-85BBE389-81F7-3E2F-A789-446D9BE2CC49.dita"><apiname>CMsvEntry</apiname></xref></p><p><xref href="GUID-26D19946-B930-3E46-9081-8A1CD139EAFF.dita"><apiname>CMmsClientMtm</apiname></xref></p><p><xref href="GUID-C499ABDB-BA30-3D97-A850-D5790FE49634.dita"><apiname>CSmsClientMtm</apiname></xref></p><p><xref href="GUID-A0682D04-9084-3DC3-AA18-5B81A78A1DA8.dita"><apiname>CClientMtmRegistry</apiname></xref></p><p><xref href="GUID-790D9BA9-2FB7-3073-AF2F-FFD049C3FD3D.dita"><apiname>CSmsHeader</apiname></xref></p></section> |
27 <section id="GUID-2B5D9B09-1ACF-52E5-9FDF-FF6B03096162"><title>Building and |
24 <section id="GUID-2B5D9B09-1ACF-52E5-9FDF-FF6B03096162"><title>Building and |
28 configuring</title> <ul> |
25 configuring</title> <ul> |
29 <li id="GUID-FD731628-CA35-59F5-ABEB-9F6FC097965B"><p>You can build the example |
26 <li id="GUID-FD731628-CA35-59F5-ABEB-9F6FC097965B"><p>You can build the example |
30 from your IDE or the command line. </p> <p>If you use an IDE, import the <filepath>bld.inf</filepath> file |
27 from your IDE or the command line. </p> <p>If you use an IDE, import the <filepath>bld.inf</filepath> file |
31 of the example into your IDE, and use the build command of the IDE. </p> <p>If |
28 of the example into your IDE, and use the build command of the IDE. </p> <p>If |