diff -r 913c9751c067 -r 716254ccbcc0 org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-F7E268AD-E112-4564-BB1D-4BD1E111A767.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-F7E268AD-E112-4564-BB1D-4BD1E111A767.html Fri Mar 05 19:11:15 2010 -0800 @@ -0,0 +1,117 @@ + + +Returned +notification information

Returned +notification information

+

The ReturnValue property returned by callback is an array of objects containing the requested notification information +on new messages. Each item (object) in the array corresponds to one new message +and contains the header information for that message.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table: ReturnValue properties +for notification information
+

Property

+
+

Type

+
+

Notes

+
+

<item>.MessageType

+
+

string

+
+

Possible values:

+
    +
  • "SMS"

  • +
  • "MMS"

  • +
  • "unknown"

  • +
+

The Messaging Service only supports SMS and MMS. Other types of messages +are unknown.

+
+

<item>.Sender

+
+

string

+
 
+

<item>.Subject

+
+

string

+
+

Since SMS does not support subject, this property contains the first +few characters of BodyText.

+
+

<item>.Time

+
+

object

+
 
+

<item>.Priority

+
+

string

+
+

Possible values:

+
    +
  • "Low"

  • +
  • "Medium"

  • +
  • "High"

  • +
+
+

<item>.Attachment

+
+

boolean

+
 
+

<item>.Unread

+
+

boolean

+
 
+

<item>.MessageId

+
+

number

+
 
\ No newline at end of file