Hi, I have a exchange server 2000, which is configured to forward Non Delivery Report(NDR) to administrator's email account. I want to diable NDR for messages sent from my custom email client application. I tried CDO by setting DeliveryReceipt Property of Message Object to false, it did not work.MS document says DeliveryReceipt property is the same as MAPI PR_ORIGINATOR_DELIVERY_REPORT_REQUESTED property. Thanks in advance, Victor
NDR's are generated by the categorizer I believe they aren't influenced by message properties but by the envelope properties of a message eg (recipient address) this is based on the assumption you talking about NDR's being generated by your server and not NDR's generated by foreign servers. You can disable NDR's via this method http://support.microsoft.com/default.aspx?scid=kb;en-us;294757 if you wanted to do its on a per sender basis then you might need to look at writing an Event sink that will delete NDR's bound to a particular user. Cheers Glen "Chris" wrote in message news:eGca4mp2FHA.3744@TK2MSFTNGP10.phx.gbl... > Hi, > > I have a exchange server 2000, which is configured to forward Non Delivery > Report(NDR) to administrator's email account. > I want to diable NDR for messages sent from my custom email client > application. > I tried CDO by setting DeliveryReceipt Property of Message Object to > false, it did not work.MS document says DeliveryReceipt property is the > same as MAPI PR_ORIGINATOR_DELIVERY_REPORT_REQUESTED property. > > Thanks in advance, > Victor >
Glen, Thanks very much. Do you know how to disable NDR programmatically instead of using ESM as in http://support.microsoft.com/default.aspx?scid=kb;en-us;294757. Thanks, Victor "Glen Scales [MVP]" wrote in message news:%23BfsRm12FHA.1416@TK2MSFTNGP09.phx.gbl... > NDR's are generated by the categorizer I believe they aren't influenced by > message properties but by the envelope properties of a message eg > (recipient address) this is based on the assumption you talking about > NDR's being generated by your server and not NDR's generated by foreign > servers. You can disable NDR's via this method > http://support.microsoft.com/default.aspx?scid=kb;en-us;294757 if you > wanted to do its on a per sender basis then you might need to look at > writing an Event sink that will delete NDR's bound to a particular user. > > Cheers > Glen > > "Chris" wrote in message > news:eGca4mp2FHA.3744@TK2MSFTNGP10.phx.gbl... >> Hi, >> >> I have a exchange server 2000, which is configured to forward Non >> Delivery Report(NDR) to administrator's email account. >> I want to diable NDR for messages sent from my custom email client >> application. >> I tried CDO by setting DeliveryReceipt Property of Message Object to >> false, it did not work.MS document says DeliveryReceipt property is the >> same as MAPI PR_ORIGINATOR_DELIVERY_REPORT_REQUESTED property. >> >> Thanks in advance, >> Victor >> > >