<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/leimiaomiao" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/leimiaomiao" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 26 Mar 2009 15:23:00 GMT</lastBuildDate><title>水木沐</title><description>Oracle_Lei</description><link>http://blog.csdn.net/leimiaomiao/</link><item><title>通过Mapi写Outlook日历中的约会项目(Recurrence , remaind,重复)</title><link>http://blog.csdn.net/leimiaomiao/archive/2009/03/26/4026842.aspx</link><wfw:comment>http://blog.csdn.net/leimiaomiao/comments/4026842.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/leimiaomiao/comments/commentRss/4026842.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4026842</trackback:ping><description>主要放在重复这一块已经获取了Imeassge使用下面的代码打开Imeassge的相关属性 HRESULT hr; SPropValue PropValue_RP = {0}; GUID guid = {0}; guid.Data1 = 0x00062002; guid.Data4[0] = 0xC0; guid.Data4[7] = 0x46; ULONG type, id = 0; ZeroMemory(&amp;PropValue_RP , sizeof(SPropValue)); LPSPropTagArray lpSpropTag_RecurrencePattern = NULL; MAPINAMEID NameID_RecurrencePattern = {&amp;guid, MNID_ID, {NULL}};  //{GUID,ulKind,union{ID,strName}Kind} NameID_Recu&lt;img src =&quot;http://blog.csdn.net/leimiaomiao/aggbug/4026842.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 26 Mar 2009 23:23:00 +0800</pubDate><author>水木沐</author><comments>http://blog.csdn.net/leimiaomiao/archive/2009/03/26/4026842.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/leimiaomiao/archive/2009/03/26/4026842.aspx</guid><dc:creator>水木沐</dc:creator></item><item><title>通过IMAPIAdviseSink得到更改条目所在的Folder</title><link>http://blog.csdn.net/leimiaomiao/archive/2009/02/23/3928562.aspx</link><wfw:comment>http://blog.csdn.net/leimiaomiao/comments/3928562.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/leimiaomiao/comments/commentRss/3928562.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3928562</trackback:ping><description>Mapi IMAPIAdviseSink 有时候我们不需要监视整个Outlook的改变&lt;img src =&quot;http://blog.csdn.net/leimiaomiao/aggbug/3928562.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 23 Feb 2009 23:03:00 +0800</pubDate><author>水木沐</author><comments>http://blog.csdn.net/leimiaomiao/archive/2009/02/23/3928562.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/leimiaomiao/archive/2009/02/23/3928562.aspx</guid><dc:creator>水木沐</dc:creator></item><item><title>Cemail.vol可以被复制?</title><link>http://blog.csdn.net/leimiaomiao/archive/2009/02/23/3928425.aspx</link><wfw:comment>http://blog.csdn.net/leimiaomiao/comments/3928425.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/leimiaomiao/comments/commentRss/3928425.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3928425</trackback:ping><description>&lt;br /&gt;现在不做wince上面的东西了&lt;br /&gt;但是后来我分析了下spb backup的东西,发现他在备份还原的时候cemail里面的东西基本没有 改变&lt;br /&gt;特别是每条记录的oid&lt;br /&gt;如果用cedb方法去写入数据的话&lt;br /&gt;势必会生成一个新的oid&lt;br /&gt;所以我觉得spb将cemail.vol通过复制粘贴的方式拷贝了&lt;br /&gt;不知道哪位有做过?&lt;img src =&quot;http://blog.csdn.net/leimiaomiao/aggbug/3928425.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 23 Feb 2009 22:48:00 +0800</pubDate><author>水木沐</author><comments>http://blog.csdn.net/leimiaomiao/archive/2009/02/23/3928425.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/leimiaomiao/archive/2009/02/23/3928425.aspx</guid><dc:creator>水木沐</dc:creator></item><item><title>CEDB数据库的读取以及备份时候所要做的调整</title><link>http://blog.csdn.net/leimiaomiao/archive/2007/07/05/1679635.aspx</link><wfw:comment>http://blog.csdn.net/leimiaomiao/comments/1679635.aspx</wfw:comment><slash:comments>10</slash:comments><wfw:commentRss>http://blog.csdn.net/leimiaomiao/comments/commentRss/1679635.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1679635</trackback:ping><description>将cemail中的内容读取出来,然后备份以及还原1.打開cedb數據庫2.Read數據庫内容並存儲3.調整OID&lt;img src =&quot;http://blog.csdn.net/leimiaomiao/aggbug/1679635.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 05 Jul 2007 22:19:00 +0800</pubDate><author>水木沐</author><comments>http://blog.csdn.net/leimiaomiao/archive/2007/07/05/1679635.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/leimiaomiao/archive/2007/07/05/1679635.aspx</guid><dc:creator>水木沐</dc:creator></item><item><title>wince5.0 的重启以及待机后的叫起</title><link>http://blog.csdn.net/leimiaomiao/archive/2007/06/07/1642643.aspx</link><wfw:comment>http://blog.csdn.net/leimiaomiao/comments/1642643.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/leimiaomiao/comments/commentRss/1642643.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1642643</trackback:ping><description>SetPowerRequirement
  // Set the requirement that the backlight device must remain&lt;img src =&quot;http://blog.csdn.net/leimiaomiao/aggbug/1642643.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 08 Jun 2007 00:37:00 +0800</pubDate><author>水木沐</author><comments>http://blog.csdn.net/leimiaomiao/archive/2007/06/07/1642643.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/leimiaomiao/archive/2007/06/07/1642643.aspx</guid><dc:creator>水木沐</dc:creator></item><item><title>WM5.0下，有背景图的DiaologBox加滚动条的方法</title><link>http://blog.csdn.net/leimiaomiao/archive/2007/06/05/1638665.aspx</link><wfw:comment>http://blog.csdn.net/leimiaomiao/comments/1638665.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/leimiaomiao/comments/commentRss/1638665.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1638665</trackback:ping><description>WM5.0下，有背景图的DiaologBox加滚动条的方法&lt;img src =&quot;http://blog.csdn.net/leimiaomiao/aggbug/1638665.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 05 Jun 2007 18:06:00 +0800</pubDate><author>水木沐</author><comments>http://blog.csdn.net/leimiaomiao/archive/2007/06/05/1638665.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/leimiaomiao/archive/2007/06/05/1638665.aspx</guid><dc:creator>水木沐</dc:creator></item><item><title>文字透明的设置，proptrysheet 使用</title><link>http://blog.csdn.net/leimiaomiao/archive/2007/06/05/1638435.aspx</link><wfw:comment>http://blog.csdn.net/leimiaomiao/comments/1638435.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/leimiaomiao/comments/commentRss/1638435.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1638435</trackback:ping><description>使用DrawText的时候让文字透明。int nBkMode = SetBkMode(hdc, TRANSPARENT);.............SetBkMode(hdc, nBkMode);ProptrySheet的初始化以及使用挖坑~&lt;img src =&quot;http://blog.csdn.net/leimiaomiao/aggbug/1638435.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 05 Jun 2007 08:49:00 +0800</pubDate><author>水木沐</author><comments>http://blog.csdn.net/leimiaomiao/archive/2007/06/05/1638435.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/leimiaomiao/archive/2007/06/05/1638435.aspx</guid><dc:creator>水木沐</dc:creator></item><item><title>获取Contact的具体内容</title><link>http://blog.csdn.net/leimiaomiao/archive/2007/06/01/1634355.aspx</link><wfw:comment>http://blog.csdn.net/leimiaomiao/comments/1634355.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/leimiaomiao/comments/commentRss/1634355.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1634355</trackback:ping><description>简单的看看在程序中得到contact内容的方法——从outlook 联系人中选取某个联系人并读出该联系人的信息，比如移动电话。&lt;img src =&quot;http://blog.csdn.net/leimiaomiao/aggbug/1634355.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 02 Jun 2007 00:14:00 +0800</pubDate><author>水木沐</author><comments>http://blog.csdn.net/leimiaomiao/archive/2007/06/01/1634355.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/leimiaomiao/archive/2007/06/01/1634355.aspx</guid><dc:creator>水木沐</dc:creator></item><item><title>用MAPI来读取SMS的内容</title><link>http://blog.csdn.net/leimiaomiao/archive/2007/05/31/1632897.aspx</link><wfw:comment>http://blog.csdn.net/leimiaomiao/comments/1632897.aspx</wfw:comment><slash:comments>9</slash:comments><wfw:commentRss>http://blog.csdn.net/leimiaomiao/comments/commentRss/1632897.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1632897</trackback:ping><description>采用mapi的形式将sms的具体内容读出来
SMS中，利用MAPI读出来的分两部分处理，一是联系人部分，另外是内容部分。SMS的内容存放在SUBJECT属性下，而到了OutLook信息中，SUBJECT部分则存放了信息的主题，而内容要采取Istream的方式读取。由于outlook的稍微复杂点，所以下面是写出了outlook的读取方式，存储在自己定义的BackupTemp结构体中&lt;img src =&quot;http://blog.csdn.net/leimiaomiao/aggbug/1632897.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 31 May 2007 23:16:00 +0800</pubDate><author>水木沐</author><comments>http://blog.csdn.net/leimiaomiao/archive/2007/05/31/1632897.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/leimiaomiao/archive/2007/05/31/1632897.aspx</guid><dc:creator>水木沐</dc:creator></item><item><title>PPC backup程序的概览以及相应技术总结</title><link>http://blog.csdn.net/leimiaomiao/archive/2007/05/29/1629652.aspx</link><wfw:comment>http://blog.csdn.net/leimiaomiao/comments/1629652.aspx</wfw:comment><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/leimiaomiao/comments/commentRss/1629652.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1629652</trackback:ping><description>wince backup method:实现给整个Windows Mobile系统的备份，以方便用户在Hard Reset后能方便的恢复到备份时候的状态。程式由AsusBackup 、Autobackup 两部分组成，另外还包括多国语言版本。备份的内容包括文件备份、系统注册信息备份（搜索用户添加的注册表并备份）、系统数据库备份（CEDB数据库的备份，包括系统Notify、ReplStorVol、Cemail.vol、Pim.vol）、个人文档备份以及个人设置备份&lt;img src =&quot;http://blog.csdn.net/leimiaomiao/aggbug/1629652.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 29 May 2007 23:33:00 +0800</pubDate><author>水木沐</author><comments>http://blog.csdn.net/leimiaomiao/archive/2007/05/29/1629652.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/leimiaomiao/archive/2007/05/29/1629652.aspx</guid><dc:creator>水木沐</dc:creator></item></channel></rss>