I want to get email title in PockerOutlook in Windows Mobile, but currently Microsoft.WindowsMobile.PocketOutlook has the ability to:
Enumerate messaging accounts.
Send Email
Send SMS
Intercept SMS
So I want to DLLImport MAPI.DLL to get its functions in order to get the title of email.
I find this reference written in C++. It seems to be difficult to convert to C# version due to different data type. Should I create a dll file by myself written in C++ and DLLImport to C# app?