microsoft mobile 移动应用开发宝典----读书笔记(17)

来源:互联网 发布:如何成为淘宝粉丝 编辑:程序博客网 时间:2024/06/04 18:22

 1.Pocket Outlook
Microsoft Offoce Pocket Outlook“对象模型(POOM)”(负责管理设备上的“日历”、“联系人”、“任务”)
Windows CE Mail API(用于处理设备上的所有电子邮件和短消息)

1)个人信息管理(Personal Information Management ,PIM)
PIM项继承于PimItem
约会Appointment
任务Task
提醒Reminder
重复模式RecurrencePattern
联系人Contact
ChooseContactDialog
自定义属性

2)消息
电子邮件EmailMessage
发送与接收
MessagingApplication.Synchronize方法
新消息的撰写
MessagingApplication.DisplayComposeForm方法
SMS:派生自Message
存储转发机制store-and-forward
MessageInterceptor

2.状态与通知
State and Notifications Broker:位于Microsoft.WindowsMobile.Status命名空间
PowerBatteryStrength监视电池电量

3.图片
SelectPictureDialog能够以索引方式显示图像
照相功能
CameraCaptureDialog

4.GPS
NMEA(National Marine Electronics Association)

5.配置
XML(Extensible Marup Language)配置子系统,无线方式(over the air,OTA)对设置进行打包部署,以编码方式通过API进行注册表设置
Windows Mobile SDK在线文档:msdn2.microsoft.com/en-us/library/ms889540.aspx
1)以编码方式对设备进行配置
2)配置文件设置的部署
MakeCab.exe命令行工具----.cpf文件
msdn2.microsoft.com/en-us/library/aa455993.aspx

6.电话
Telephony

7.Windows Mobile的早期版本
www.inthehand.com/WindowsMobile.aspx


原创粉丝点击