![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Hi all,
Could you guide me as to how I may be able to retrieve the actual e- mail address that sent the NDR and and recipient the NDR was sent to. I am able to retrieve the recipient who did not get the original e- mail and for whom the NDR is generated. When I check the recipients count I get "1". Why is this? Thanks for any insight. Neil Goundar. |
#2
|
|||
|
|||
![]()
I am not sure I understand: the recipient in the NDR message recipient table
is the original recipient who did not (apparently) receive the message. The NDR itself was received by *you* (the mailbox owner) Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool wrote in message oups.com... Hi all, Could you guide me as to how I may be able to retrieve the actual e- mail address that sent the NDR and and recipient the NDR was sent to. I am able to retrieve the recipient who did not get the original e- mail and for whom the NDR is generated. When I check the recipients count I get "1". Why is this? Thanks for any insight. Neil Goundar. |
#3
|
|||
|
|||
![]()
Hi Dmitry,
Thank you for the reply. Here is what I am trying to do. If I have received a Delivery failure report or a Report confirming e-mail delivery I want to be able to take out the recipient that sent this NDR (system administrator) from the ReportItem itself. I also want to be able to get out who received a NDR report from the ReportItem. This is a need because someone may have forwarded a NDR to me and I need to see who sent the NDR to whom. When trying to get it out to the Recipients collection it returns the actual recipient to whom the original e-mail was sent to. How do I get the above from the ReportItem itself. Thanks, Neil Goundar. On May 22, 5:48 am, "Dmitry Streblechenko" wrote: I am not sure I understand: the recipient in the NDR message recipient table is the original recipient who did not (apparently) receive the message. The NDR itself was received by *you* (the mailbox owner) Dmitry Streblechenko (MVP)http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool wrote in message oups.com... Hi all, Could you guide me as to how I may be able to retrieve the actual e- mail address that sent the NDR and and recipient the NDR was sent to. I am able to retrieve the recipient who did not get the original e- mail and for whom the NDR is generated. When I check the recipients count I get "1". Why is this? Thanks for any insight. NeilGoundar.- Hide quoted text - - Show quoted text - |
#4
|
|||
|
|||
![]()
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 much out of luck. Otherwise you shoudl be ablee to access the PR_RCVD_xxx properties using Extended MAPI, CDO 1.21 or Redemption. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool wrote in message oups.com... Hi Dmitry, Thank you for the reply. Here is what I am trying to do. If I have received a Delivery failure report or a Report confirming e-mail delivery I want to be able to take out the recipient that sent this NDR (system administrator) from the ReportItem itself. I also want to be able to get out who received a NDR report from the ReportItem. This is a need because someone may have forwarded a NDR to me and I need to see who sent the NDR to whom. When trying to get it out to the Recipients collection it returns the actual recipient to whom the original e-mail was sent to. How do I get the above from the ReportItem itself. Thanks, Neil Goundar. On May 22, 5:48 am, "Dmitry Streblechenko" wrote: I am not sure I understand: the recipient in the NDR message recipient table is the original recipient who did not (apparently) receive the message. The NDR itself was received by *you* (the mailbox owner) Dmitry Streblechenko (MVP)http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool wrote in message oups.com... Hi all, Could you guide me as to how I may be able to retrieve the actual e- mail address that sent the NDR and and recipient the NDR was sent to. I am able to retrieve the recipient who did not get the original e- mail and for whom the NDR is generated. When I check the recipients count I get "1". Why is this? Thanks for any insight. NeilGoundar.- Hide quoted text - - Show quoted text - |
#5
|
|||
|
|||
![]()
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" 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 much out of luck. Otherwise you shoudl be ablee to access the PR_RCVD_xxx properties using Extended MAPI, CDO 1.21 or Redemption. Dmitry Streblechenko (MVP)http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool wrote in message oups.com... Hi Dmitry, Thank you for the reply. Here is what I am trying to do. If I have received a Delivery failure report or a Report confirming e-mail delivery I want to be able to take out the recipient that sent this NDR (system administrator) from the ReportItem itself. I also want to be able to get out who received a NDR report from the ReportItem. This is a need because someone may have forwarded a NDR to me and I need to see who sent the NDR to whom. When trying to get it out to the Recipients collection it returns the actual recipient to whom the original e-mail was sent to. How do I get the above from the ReportItem itself. Thanks, NeilGoundar. On May 22, 5:48 am, "Dmitry Streblechenko" wrote: I am not sure I understand: the recipient in the NDR message recipient table is the original recipient who did not (apparently) receive the message. The NDR itself was received by *you* (the mailbox owner) Dmitry Streblechenko (MVP)http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool wrote in message groups.com... Hi all, Could you guide me as to how I may be able to retrieve the actual e- mail address that sent the NDR and and recipient the NDR was sent to. I am able to retrieve the recipient who did not get the original e- mail and for whom the NDR is generated. When I check the recipients count I get "1". Why is this? Thanks for any insight. NeilGoundar.- Hide quoted text - - Show quoted text -- Hide quoted text - - Show quoted text - |
#6
|
|||
|
|||
![]()
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 wrote in message oups.com... 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" 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 much out of luck. Otherwise you shoudl be ablee to access the PR_RCVD_xxx properties using Extended MAPI, CDO 1.21 or Redemption. Dmitry Streblechenko (MVP)http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool wrote in message oups.com... Hi Dmitry, Thank you for the reply. Here is what I am trying to do. If I have received a Delivery failure report or a Report confirming e-mail delivery I want to be able to take out the recipient that sent this NDR (system administrator) from the ReportItem itself. I also want to be able to get out who received a NDR report from the ReportItem. This is a need because someone may have forwarded a NDR to me and I need to see who sent the NDR to whom. When trying to get it out to the Recipients collection it returns the actual recipient to whom the original e-mail was sent to. How do I get the above from the ReportItem itself. Thanks, NeilGoundar. On May 22, 5:48 am, "Dmitry Streblechenko" wrote: I am not sure I understand: the recipient in the NDR message recipient table is the original recipient who did not (apparently) receive the message. The NDR itself was received by *you* (the mailbox owner) Dmitry Streblechenko (MVP)http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool wrote in message groups.com... Hi all, Could you guide me as to how I may be able to retrieve the actual e- mail address that sent the NDR and and recipient the NDR was sent to. I am able to retrieve the recipient who did not get the original e- mail and for whom the NDR is generated. When I check the recipients count I get "1". Why is this? Thanks for any insight. NeilGoundar.- Hide quoted text - - Show quoted text -- Hide quoted text - - Show quoted text - |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
reusable appointment "note" that I entered it on bosses calendar | ronda | Outlook - Calandaring | 1 | March 15th 07 03:02 PM |
Retrieve email problem: "The operation failed" | HH | Outlook - General Queries | 1 | January 12th 07 11:24 PM |
Please Help me on "note" in calendar | Deborah Corrente | Outlook - Calandaring | 1 | August 25th 06 02:46 PM |
change default font size in contact record template, "note area" | Doug Allred | Outlook - General Queries | 1 | March 15th 06 06:09 AM |
How do you show the actual day (ie. "Monday") in Outlook Calendar | MachThree | Outlook - Calandaring | 1 | January 30th 06 02:46 AM |