0

I have recently setup Exhchange Server 2007. The server is smarthosting outgoing messages. Users have 'request delivery receipt' on by default for their 'auditing' purposes in Outlook.

They would like the original email attached to the delivery notification as was the case in Exchange Server 2003. Ex 2007 does not attach the original message in the delivery notification. I need this same functionality in 2007! The question has been asked here, here and here but cannot find a valid solution.

Here's some information about the functionality in Exchange 2003. The question is, can i replication this functionality in 2007? Here is what a 2007 delivery message looks like: enter image description here

I know it's possible to customize DSN's. Can I make a custom DSN for this type of message and have the original included as an attachment? Anyone got any other ideas?

Nick Kavadias
  • 10,796
  • 7
  • 37
  • 47

1 Answers1

0

There are some relevant DSN commands on the Set-TransportConfig cmdlet (TechNet) and in particular Set-TransportConfig -DSNConversionMode DoNotConvert.

This exchange blog post explains the functionality a bit better. This will be for Exchange 2007 SP1 RU4 onwards.

I've not had chance to try it out, but hope it helps.

BoyMars
  • 1,012
  • 1
  • 6
  • 15
  • entertaining post maybe, useful for my problem? The DSNConversionMode parameter controls how Exchange handles DSNs that are generated by earlier versions of Exchange or non-Exchange messaging systems the DSN is being generated by my exhchange server, but I want it to include the original message – Nick Kavadias Jul 01 '11 at 14:28