- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
谁能帮帮我....我需要完整的代码。
包含收件箱的文件夹......我需要计算那里的未读短信。
最佳答案
好像不行。
How to Read SMS inbox (Not for mail messages) :
This is not possible under the current api, you can access them before they hit the sms >inbox but you cant read back into the inbox
...
There is no way to access SMS once they hit the inbox.
Access all SMS in my inbox through API :
sms: no mails: yes. take a look at the developer guide for details
...
you can not access any stored sms programatically. you can intercept incoming sms, but that's it. it is possible to read them from a backup file on your pc though.
Accessing SMS folders viz Inbox,Drafts etc :
This is not supported on BlackBerry. You can capture messages as they arrive, but can not >access SMS messages stored on the BlackBerry.
Mark Sohm
BlackBerry Development Advisor
www.BlackBerryDeveloper.com
...
It is not possible to programmatically access SMS folders. SMS messages can only be >captured as they arrive.Mark Sohm
BlackBerry Development Advisor
www.BlackBerryDeveloper.com
我们能做的就是handle incoming SMS
关于Blackberry - 如何计算未读短信?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1421972/
我正在尝试实现类似于电子邮件中的已读/未读的功能。我如何通过使用 jquery、php 和 mysql 来实现。我想分步执行的操作: 1- 当我单击 html 表中的一行时,我更改了此消息在数据库中的
如何确定消息状态(已读/未读)。聊天是通过 XMPP 协议(protocol)实现的。 最佳答案 XEP-0184 : Message Delivery Receipts 支持在消息已送达时通知发件人
上下文:我们正在实现一个新闻应用程序。现在,您可以假设所有用户的新闻都是相同的,并根据我们设置的参数(根据趋势和日期)维护订单。 问题:我们不确定跟踪用户阅读内容的最佳实现是什么。我们希望能够配置一种
好吧,另一个有趣的问题是 50 号公路。 我们想实现一个真正的论坛灯泡系统,其中用户未读的帖子(在创建用户帐户后)显示为未读,直到该状态被清除或直到用户阅读它们。 我们认为最好和最简单的方法是实现一个
我正在使用来自 google reader's API 的数据开发应用程序并使用 GData用于登录。 我希望能够将表格单元格内的帖子标记为已读/未读,但我发现这主要是未记录的,很难找到解决方案,有什
我的 C 程序已从 Linux 上的 TCP 套接字读取(使用 read(2) 或 recv(2))几个字节。是否可以将这些字节推回,以便后续的 read(2) 和 recv(2) 调用(在我无法控制
我是一名优秀的程序员,十分优秀!