T
Teri Delavin
Hi,
I do hope that somebody can guide me and tell me what I am doing wrong. I have been searching the net and tried posting in other forums to no avail.
I am extracting TNEF data from a MIME mail to an MSG file using ITNef::Extractprops. Everything works fine in PC1 (with outlook installed),lets call my MSG here as MSG_A. But if I run my program to PC2 without outlook (installed the MAPI downloadable from MicroSoft instead) it seems my MSG file is missing some bytes (lets call my MSG here as MSG_B), particularly the Recipients and messageBody. Attachments are intact.
On PC2, the property PR_HTML of MSG_B is missing. Recipients property is empty. But getting PR_HTML of MSG_B in PC1, it was able to get it. I download OutlookSpy(thanks Dmitry!) and it reports the following for MSG_B :
PR_HTML -> MAPI_E_UNEXPECTED_TYPE
I've noticed that the part where the properties are somewhat missing after I call the ITNEF::ExtractProps function.
I use Save as Msg function of Outlookspy, the bytes is shortened but the whole msg is displayed perfectly.
MSG_A is perfectly parse on PC2.
Is what I'm doing possible?(Extracting TNEF via ExtractProps in a PC without Outlook installed?) Or I am missing some steps along the way?
Please help
Thank you so much!
I do hope that somebody can guide me and tell me what I am doing wrong. I have been searching the net and tried posting in other forums to no avail.
I am extracting TNEF data from a MIME mail to an MSG file using ITNef::Extractprops. Everything works fine in PC1 (with outlook installed),lets call my MSG here as MSG_A. But if I run my program to PC2 without outlook (installed the MAPI downloadable from MicroSoft instead) it seems my MSG file is missing some bytes (lets call my MSG here as MSG_B), particularly the Recipients and messageBody. Attachments are intact.
On PC2, the property PR_HTML of MSG_B is missing. Recipients property is empty. But getting PR_HTML of MSG_B in PC1, it was able to get it. I download OutlookSpy(thanks Dmitry!) and it reports the following for MSG_B :
PR_HTML -> MAPI_E_UNEXPECTED_TYPE
I've noticed that the part where the properties are somewhat missing after I call the ITNEF::ExtractProps function.
I use Save as Msg function of Outlookspy, the bytes is shortened but the whole msg is displayed perfectly.
MSG_A is perfectly parse on PC2.
Is what I'm doing possible?(Extracting TNEF via ExtractProps in a PC without Outlook installed?) Or I am missing some steps along the way?
Please help
Thank you so much!