|
1 |
|
2 <!DOCTYPE html |
|
3 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="copyright" content="(C) Copyright 2009"/><meta name="DC.rights.owner" content="(C) Copyright 2009"/><meta name="DC.Type" content="mobileconcept"/><meta name="DC.Title" content="Returned messaging information"/><meta name="DC.Relation" scheme="URI" content="GUID-5720512C-9198-4883-81B1-46F1B963C6B9"/><meta name="DC.Relation" scheme="URI" content="GUID-7C69DDA4-16F1-4A8F-BDB2-4CB0015B4E81"/><meta name="DC.Relation" scheme="URI" content="GUID-65AAF569-D347-462B-B59A-9D7CA184AB9C"/><meta name="DC.Relation" scheme="URI" content="GUID-91579EE5-A608-401C-82B4-DCF1723EC7B5"/><meta name="DC.Relation" scheme="URI" content="GUID-C12C81D1-13A4-4B8C-81B9-694D414A4A48"/><meta name="DC.Format" content="XHTML"/><meta name="DC.Identifier" content="GUID-C8571941-AD6E-4FAD-B4A1-35E7BDB99689"/><title>Returned |
|
5 messaging information </title><script type="text/javascript"> |
|
6 function initPage() {} |
|
7 </script><link href="../PRODUCT_PLUGIN/book.css" rel="stylesheet" type="text/css"/><link href="css/s60/style.css" rel="stylesheet" type="text/css" media="all"/></head><body onload="initPage();"><div class="body"><div class="contentLeft prTxt"><h1 class="pageHeading" id="GUID-C8571941-AD6E-4FAD-B4A1-35E7BDB99689">Returned |
|
8 messaging information</h1><div> |
|
9 <p>The <code>ReturnValue</code> property returned by <a href="GUID-C12C81D1-13A4-4B8C-81B9-694D414A4A48.html#GUID-C12C81D1-13A4-4B8C-81B9-694D414A4A48"><code>GetList</code></a> is an iterator containing the requested messaging information. Each |
|
10 item (object) in the iterator corresponds to one message, that is, each item |
|
11 contains the data and metadata of a specific message.</p> |
|
12 <div class="tablenoborder"><a name="GUID-987A7D39-4930-4801-B424-90AB7C9E702B"><!----></a><table cellpadding="4" cellspacing="0" summary="" id="GUID-987A7D39-4930-4801-B424-90AB7C9E702B" frame="border" border="1" rules="all"><caption><strong>Table: </strong>ReturnValue properties |
|
13 for messaging information</caption> |
|
14 |
|
15 <thead align="left"> |
|
16 <tr class="title "><th class="cellrowborder" valign="top" width="33.33333333333333%" id="d0e59039"> |
|
17 <p>Property</p> |
|
18 </th><th class="cellrowborder" valign="top" width="33.33333333333333%" id="d0e59044"> |
|
19 <p>Type</p> |
|
20 </th><th class="cellrowborder" valign="top" width="33.33333333333333%" id="d0e59049"> |
|
21 <p>Notes</p> |
|
22 </th></tr> |
|
23 </thead> |
|
24 <tbody> |
|
25 <tr class=""> |
|
26 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59039 "> |
|
27 <p><code><item>.MessageType</code></p> |
|
28 </td> |
|
29 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59044 "> |
|
30 <p>string</p> |
|
31 </td> |
|
32 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59049 "> |
|
33 <p>Possible values:</p> |
|
34 <ul> |
|
35 <li><p><code>"SMS"</code></p></li> |
|
36 <li><p><code>"MMS"</code></p></li> |
|
37 <li><p><code>"unknown"</code></p></li> |
|
38 </ul> |
|
39 <p>The Messaging Service only supports SMS and MMS. Other types of messages |
|
40 are <code>unknown</code>.</p> |
|
41 </td> |
|
42 </tr> |
|
43 <tr class="bg "> |
|
44 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59039 "> |
|
45 <p><code><item>.Sender</code></p> |
|
46 </td> |
|
47 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59044 "> |
|
48 <p>string</p> |
|
49 </td> |
|
50 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59049 "> </td> |
|
51 </tr> |
|
52 <tr class=""> |
|
53 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59039 "> |
|
54 <p><code><item>.Subject</code></p> |
|
55 </td> |
|
56 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59044 "> |
|
57 <p>string</p> |
|
58 </td> |
|
59 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59049 "> |
|
60 <p>Since SMS does not support subject, this property contains the first |
|
61 few characters of <code>BodyText</code>.</p> |
|
62 </td> |
|
63 </tr> |
|
64 <tr class="bg "> |
|
65 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59039 "> |
|
66 <p><code><item>.Time</code></p> |
|
67 </td> |
|
68 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59044 "> |
|
69 <p>object</p> |
|
70 |
|
71 </td> |
|
72 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59049 "> </td> |
|
73 </tr> |
|
74 <tr class=""> |
|
75 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59039 "> |
|
76 <p><code><item>.Priority</code></p> |
|
77 </td> |
|
78 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59044 "> |
|
79 <p>string</p> |
|
80 </td> |
|
81 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59049 "> |
|
82 <p>Possible values:</p> |
|
83 <ul> |
|
84 <li><p><code>"Low"</code></p></li> |
|
85 <li><p><code>"Medium"</code></p></li> |
|
86 <li><p><code>"High"</code></p></li> |
|
87 </ul> |
|
88 </td> |
|
89 </tr> |
|
90 <tr class="bg "> |
|
91 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59039 "> |
|
92 <p><code><item>.Attachment</code></p> |
|
93 </td> |
|
94 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59044 "> |
|
95 <p>boolean</p> |
|
96 </td> |
|
97 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59049 "> </td> |
|
98 </tr> |
|
99 <tr class=""> |
|
100 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59039 "> |
|
101 <p><code><item>.Unread</code></p> |
|
102 </td> |
|
103 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59044 "> |
|
104 <p>boolean</p> |
|
105 </td> |
|
106 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59049 "> </td> |
|
107 </tr> |
|
108 <tr class="bg "> |
|
109 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59039 "> |
|
110 <p><code><item>.MessageId</code></p> |
|
111 </td> |
|
112 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59044 "> |
|
113 <p>number</p> |
|
114 </td> |
|
115 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59049 "> </td> |
|
116 </tr> |
|
117 <tr class=""> |
|
118 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59039 "> |
|
119 <p><code><item>.BodyText</code></p> |
|
120 </td> |
|
121 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59044 "> |
|
122 <p>string</p> |
|
123 </td> |
|
124 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59049 "> </td> |
|
125 </tr> |
|
126 <tr class="bg "> |
|
127 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59039 "> |
|
128 <p><code><item>.To</code></p> |
|
129 </td> |
|
130 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59044 "> |
|
131 <p>array of strings</p> |
|
132 </td> |
|
133 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59049 "> </td> |
|
134 </tr> |
|
135 <tr class=""> |
|
136 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59039 "> |
|
137 <p><code><item>.Cc</code></p> |
|
138 </td> |
|
139 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59044 "> |
|
140 <p>array of strings</p> |
|
141 </td> |
|
142 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59049 "> </td> |
|
143 </tr> |
|
144 <tr class="bg "> |
|
145 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59039 "> |
|
146 <p><code><item>.Bcc</code></p> |
|
147 </td> |
|
148 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59044 "> |
|
149 <p>array of strings</p> |
|
150 </td> |
|
151 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59049 "> </td> |
|
152 </tr> |
|
153 <tr class=""> |
|
154 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59039 "> |
|
155 <p><code><item>.AttachmentList</code></p> |
|
156 </td> |
|
157 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59044 "> |
|
158 <p>array of objects</p> |
|
159 </td> |
|
160 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59049 "> |
|
161 <p>Each object in the array contains the properties specified below.</p> |
|
162 <p>The first attachment is specified in <code>AttachmentList[0]</code>.</p> |
|
163 </td> |
|
164 </tr> |
|
165 <tr class="bg "> |
|
166 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59039 "> |
|
167 <p><code><item>.AttachmentList[].FileName</code></p> |
|
168 </td> |
|
169 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59044 "> |
|
170 <p>string</p> |
|
171 </td> |
|
172 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59049 "> |
|
173 <p>This property is only valid for MMS. SMS does not support attachments.</p> |
|
174 </td> |
|
175 </tr> |
|
176 <tr class=""> |
|
177 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59039 "> |
|
178 <p><code><item>.AttachmentList[].FileHandle</code></p> |
|
179 </td> |
|
180 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59044 "> |
|
181 <p>string</p> |
|
182 </td> |
|
183 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59049 "> </td> |
|
184 </tr> |
|
185 <tr class="bg "> |
|
186 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59039 "> |
|
187 <p><code><item>.AttachmentList[].MimeType</code></p> |
|
188 </td> |
|
189 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59044 "> |
|
190 <p>string</p> |
|
191 </td> |
|
192 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59049 "> </td> |
|
193 </tr> |
|
194 <tr class=""> |
|
195 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59039 "> |
|
196 <p><code><item>.AttachmentList[].FileSize</code></p> |
|
197 </td> |
|
198 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59044 "> |
|
199 <p>number</p> |
|
200 </td> |
|
201 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e59049 "> </td> |
|
202 </tr> |
|
203 </tbody> |
|
204 </table></div></div></div></div><div class="footer"><hr/><div class="copy">© Nokia 2009.</div></div></body></html> |