任何人都可以發佈示例如何閱讀Windows移動設備上的消息存儲6? 我做到了這一點與「InTheHand」:c#如何讀取Windows移動設備上的消息存儲6
foreach (InTheHand.WindowsMobile.PocketOutlook.SmsMessage mess in sess.SmsAccount.SentItems)
{
if (mess.Received.Year == thisYear && mess.Received.Month == thisMonth)
{
smsThisMonth++;
}
}
的問題是,我只有InTheHand的評估版本。 我想用OpenNetCF或mapidotnet來做到這一點,如果可能的話。 但我沒有弄清楚如何用OpenNetCF做到這一點,並且mapitdotnet在sourceforge站點(http://sourceforge.net/projects/mapidotnet/)上不再可用。 我只在svn目錄中找到它,但沒有dll。