org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-F7E268AD-E112-4564-BB1D-4BD1E111A767.html
changeset 229 716254ccbcc0
equal deleted inserted replaced
228:913c9751c067 229:716254ccbcc0
       
     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 notification information"/><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-DFEDF3BF-BA73-4418-815C-83B80B888821"/><meta name="DC.Format" content="XHTML"/><meta name="DC.Identifier" content="GUID-F7E268AD-E112-4564-BB1D-4BD1E111A767"/><title>Returned
       
     5 notification 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-F7E268AD-E112-4564-BB1D-4BD1E111A767">Returned
       
     8 notification information</h1><div>
       
     9 <p>The <code>ReturnValue</code> property returned by <a href="GUID-C7C3B541-8D28-4DC6-9003-ECF57F26C608.html#GUID-C7C3B541-8D28-4DC6-9003-ECF57F26C608"><code>callback</code></a> is an array of objects containing the requested notification information
       
    10 on new messages. Each item (object) in the array corresponds to one new message
       
    11 and contains the header information for that message.</p>
       
    12 <div class="tablenoborder"><a name="GUID-BFFA2069-49E0-448D-AF61-01A3F3E2D1A7"><!----></a><table cellpadding="4" cellspacing="0" summary="" id="GUID-BFFA2069-49E0-448D-AF61-01A3F3E2D1A7" frame="border" border="1" rules="all"><caption><strong>Table: </strong>ReturnValue properties
       
    13 for notification information</caption>
       
    14 
       
    15 <thead align="left">
       
    16 <tr class="title "><th class="cellrowborder" valign="top" width="33.33333333333333%" id="d0e60590">
       
    17 <p>Property</p>
       
    18 </th><th class="cellrowborder" valign="top" width="33.33333333333333%" id="d0e60595">
       
    19 <p>Type</p>
       
    20 </th><th class="cellrowborder" valign="top" width="33.33333333333333%" id="d0e60600">
       
    21 <p>Notes</p>
       
    22 </th></tr>
       
    23 </thead>
       
    24 <tbody>
       
    25 <tr class="">
       
    26 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e60590 ">
       
    27 <p><code>&lt;item&gt;.MessageType</code></p>
       
    28 </td>
       
    29 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e60595 ">
       
    30 <p>string</p>
       
    31 </td>
       
    32 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e60600 ">
       
    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="d0e60590 ">
       
    45 <p><code>&lt;item&gt;.Sender</code></p>
       
    46 </td>
       
    47 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e60595 ">
       
    48 <p>string</p>
       
    49 </td>
       
    50 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e60600 ">&nbsp;</td>
       
    51 </tr>
       
    52 <tr class="">
       
    53 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e60590 ">
       
    54 <p><code>&lt;item&gt;.Subject</code></p>
       
    55 </td>
       
    56 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e60595 ">
       
    57 <p>string</p>
       
    58 </td>
       
    59 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e60600 ">
       
    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="d0e60590 ">
       
    66 <p><code>&lt;item&gt;.Time</code></p>
       
    67 </td>
       
    68 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e60595 ">
       
    69 <p>object</p>
       
    70 </td>
       
    71 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e60600 ">&nbsp;</td>
       
    72 </tr>
       
    73 <tr class="">
       
    74 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e60590 ">
       
    75 <p><code>&lt;item&gt;.Priority</code></p>
       
    76 </td>
       
    77 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e60595 ">
       
    78 <p>string</p>
       
    79 </td>
       
    80 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e60600 ">
       
    81 <p>Possible values:</p>
       
    82 <ul>
       
    83 <li><p><code>"Low"</code></p></li>
       
    84 <li><p><code>"Medium"</code></p></li>
       
    85 <li><p><code>"High"</code></p></li>
       
    86 </ul>
       
    87 </td>
       
    88 </tr>
       
    89 <tr class="bg ">
       
    90 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e60590 ">
       
    91 <p><code>&lt;item&gt;.Attachment</code></p>
       
    92 </td>
       
    93 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e60595 ">
       
    94 <p>boolean</p>
       
    95 </td>
       
    96 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e60600 ">&nbsp;</td>
       
    97 </tr>
       
    98 <tr class="">
       
    99 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e60590 ">
       
   100 <p><code>&lt;item&gt;.Unread</code></p>
       
   101 </td>
       
   102 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e60595 ">
       
   103 <p>boolean</p>
       
   104 </td>
       
   105 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e60600 ">&nbsp;</td>
       
   106 </tr>
       
   107 <tr class="bg ">
       
   108 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e60590 ">
       
   109 <p><code>&lt;item&gt;.MessageId</code></p>
       
   110 </td>
       
   111 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e60595 ">
       
   112 <p>number</p>
       
   113 </td>
       
   114 <td class="cellrowborder" valign="top" width="33.33333333333333%" headers="d0e60600 ">&nbsp;</td>
       
   115 </tr>
       
   116 </tbody>
       
   117 </table></div></div></div></div><div class="footer"><hr/><div class="copy">© Nokia 2009.</div></div></body></html>