A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

"Report.IPM.NOTE.NDR" retrieve actual recipient that NDR has been set to



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old May 21st 07, 06:17 AM posted to microsoft.public.outlook.program_vba
[email protected]
external usenet poster
 
Posts: 23
Default "Report.IPM.NOTE.NDR" retrieve actual recipient that NDR has been set to

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  
Old May 21st 07, 06:48 PM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default "Report.IPM.NOTE.NDR" retrieve actual recipient that NDR has been set to

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  
Old May 21st 07, 11:47 PM posted to microsoft.public.outlook.program_vba
[email protected]
external usenet poster
 
Posts: 23
Default "Report.IPM.NOTE.NDR" retrieve actual recipient that NDR has been set to

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  
Old May 22nd 07, 12:37 AM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default "Report.IPM.NOTE.NDR" retrieve actual recipient that NDR has been set to

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  
Old May 22nd 07, 07:48 AM posted to microsoft.public.outlook.program_vba
[email protected]
external usenet poster
 
Posts: 23
Default "Report.IPM.NOTE.NDR" retrieve actual recipient that NDR has been set to

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  
Old May 22nd 07, 05:52 PM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default "Report.IPM.NOTE.NDR" retrieve actual recipient that NDR has been set to

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 12:25 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.