我想从 Windows Mobile 阅读电子邮件正文和附件
我能够读取电话号码、主题、发件人以及日期和时间,我需要一些帮助来阅读电子邮件正文,我知道可以使用 openproperty 读取它,但无法移动太远。希望来自的帮助你们提前致谢。
I am able to read the phone no, subject, sender, and date and time and i need some help on reading the body of the email, i know that it can be read using openproperty but not able to move far.. hope help from u people thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我没有仔细看过,所以我不确定它是否有用(而且你的问题也不是非常详细),但是 这个站点似乎有一些有趣的示例代码,包括用于退出的示例代码主体和附件。该页面的标题是MAPI 的常见任务。
I haven't looked that carefully, so I'm not sure if it'll be useful (and your question isn't really very detailed either), but this site seems to have some interesting sample code, including for getting out the body and the attachments. The title of the page is Common Tasks with MAPI.