c++ - 如何在 Objective-C 或 C++ 中打开 ".msg"(Microsoft Outlook 消息)文件

标签 c++ ios objective-c msg

我目前正在为 iDevices 开发业务逻辑,我需要在其中打开并显示 .msg(Microsoft Outlook 消息)文件。我已经在互联网上找到了一些答案,但我期待的是具体的答案而不是抽象的。

Either a way to open directly with Objective-C or at least with the help of any C/C++ third party library.

有人知道吗...?

提前致谢。

最佳答案

您可以尝试 POLE ( this is the right link ) 和 LibGSF .

另外,看看 this question .

据我所知,MSG 文件使用 OLE2 文件格式。

干杯。

关于c++ - 如何在 Objective-C 或 C++ 中打开 ".msg"(Microsoft Outlook 消息)文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23385372/

相关文章:

c++ - c++ string::compare() fn 的意外行为

ios 以编程方式推送 Controller View ,无需 Storyboard或 xib

ios - 协议(protocol)类型的异构混合,包括通用协议(protocol)

iphone - 在 iPhone 上使用 Objective-C 使用 WCF Web 服务

ios - 在 for 循环内的 UIImageView 上添加 UILabel

iphone - CGRect 在动画期间不改变

c++ - Qt 应用程序中的 MongoDB C++ 驱动程序稳定分支崩溃

c# - 使用new时的数组初始化

c++ - 参数检查

ios - 从 arm 汇编函数返回 float 到 objective-c