André Treuthardt
Posts: 2
Joined: 2005-07-28
|
Hi!
I recently bought the .net add-in and the Outlook Security Manager.
I need to obtain the original and complete email selected message in Outlook,
I have achieved getting the HTML Body, Email Headers and "Multipart Text Message" but I haven't find the way to obtain the complete ORIGINAL message, can be possible to do that? How can I implement it?
I'm programming in C# - could you send me an example code?
Do you have some List from the MAPI-Constant-Declarations?
André |
|
Sergey Grischenko
Add-in Express team
Posts: 7233
Joined: 2004-07-05
|
Hi Andr?.
Lately, I tryed to get the complete ORIGINAL message from an email but with no luck. I think Extended MAPI doesn't allow retrieving the original email message.
As for MAPI-Constant-Declarations, you can find their in the C++ headers from the Visual Studio installation folder. See the MAPITags.h file from the <VS installation folder>\Vc7\PlatformSDK\Include subfolder. |
|
André Treuthardt
Guest
|
|
Sergey Grischenko
Add-in Express team
Posts: 7233
Joined: 2004-07-05
|
Andr?, here is my answer to Roberto:
You are right, Extended MAPI doesn't contain any tags for the original email message.
At least I didn't find such tags in MSDN. I think Extended MAPI doesn't allow retrieving the original email message.
However I found out that CDO for Windows 2000 provides information about the Body parts of messages. But the problem is,
CDO for Windows 2000 is not MAPI-based. Here is what I have found in MSDN:
blue
Currently I don't have a solution for you. Sorry. But I will let you know if I succeed in this issue.
|
|