Hi Dmitry,
I meant that I have selected multiple delivery failure reports and
forwarded it to another address as attachments. On the receiving
account I am saving the NDR into an Outlook folder.
I want to be able to access the person's smtpaddress who actually
received the NDR and the Person's smtp address who actually sent the
NDR.
Is this possible?
Thanks,
Neil Goundar.
On May 22, 11:37 am, "Dmitry Streblechenko" <dmi...@dimastr.com>
wrote:
> What do you mean by "forwarded"? As in saving it as an MSG file? Or as in
> actually forwarding it by hitting Ctrl+F? In the latter case you are prerry
[quoted text clipped - 62 lines]
>
> - Show quoted text -
Dmitry Streblechenko - 22 May 2007 17:52 GMT
When you look at these NDRs with MFCMAPI or OutlookSpy, do you see
PR_RCVD_xxx and PR_RECEIVED_BY_xxx properties?
If the NDs come as attachments, why can't you see who the sender of that
parent message is?
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
> Hi Dmitry,
>
[quoted text clipped - 82 lines]
>>
>> - Show quoted text -
n777krish@gmail.com - 23 May 2007 08:01 GMT
Hi Dmitry,
Yes I see those properties (PR_RCVD_xxx and PR_RECEIVED_BY_xxx) in
Outlook SPY. I am in an exchange environment and how would I get the
SMTP address of the actual sender of the NDR and the recipient of the
NDR.
Do you have any samples of how I may be able to get at the SMTPaddress
for these.
As I mentioned, these attachments have been removed from the original
e-mail and are in an Outlook folder now.
Thanks,
neil.
> When you look at these NDRs with MFCMAPI or OutlookSpy, do you see
> PR_RCVD_xxx and PR_RECEIVED_BY_xxx properties?
[quoted text clipped - 97 lines]
>
> - Show quoted text -
Dmitry Streblechenko - 26 May 2007 00:54 GMT
Use the value of PR_RECEIVED_BY_ENTRYID to call IAddrBook::OpenEntry (get
back IMailUser), then retrieve the PR_SMTP_ADDRESS or
PR_EMS_AB_PROXY_ADDRESSES properties.
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
> Hi Dmitry,
>
[quoted text clipped - 123 lines]
>>
>> - Show quoted text -