WMでMAPI利用するための実装サンプルの紹介 by Windows Mobile Team Blog

MicrosoftWindows Mobile Team Blogにて、WindowsMobileにてMAPI(Messaging API。MS社が提唱する、アプリから電子メールを扱うための規格)の利用するためのサンプルが紹介されていました。

I’m Jay Ongg, and I’m a developer for Mobile Devices at Microsoft. I’ve been in this division for a little over four years, and as part of my job, I work with OEMs and ISVs. I’m here to write some articles on how to do some useful Messaging tasks.

Messaging is one of the areas that developers have trouble with, partly due to lack of documentation or examples. In order to deal with Messaging stores on a Windows Mobile device, developers have to work with MAPI. Unfortunately, until you get used to it, MAPI isn’t an easy beast to tame.

この辺り含め、やはりWindowsMobile関係は色々とドキュメント・サンプルが不足しているんでしょう。ソフトベンダー、各開発者の方は大変だと思います。
上記エントリー内に、C++によるサンプル?があって、コメント欄の方に、C#によるサンプルが紹介されているようです。(間違ってたら、ご指摘下さい<(_ _)>)
C#だと、やはりライブラリが充実しているためか、すっきりしてしまうんですね。ただ、そのC#サンプルの所に、.NET Compact Frameworkでは、EメールアカウントとSMSアカウントは分けられているので注意してくださいと書かれていたりと、色々と仕様を把握するのも大変そうです・・。
MS様には、もう少しWindowsMobile向けドキュメントの整備に予算をまわしていただけると嬉しいのですが・・難しいんでしょうね、多分。