hi all,
Iam a newbie to exchange server, even i dont have exchange server to
test any sample code. I need to know that when i do the following;
Dm oFlds
Set oFlds = oMsg.EnvelopeFields
oFlds("http://schemas.microsoft.com/cdo/smtpenvelope/messagestatus") = 3
' bad mail, abort delivery
oFlds.Update ' must call update to commit changes to fields
oMsg.DataSource.Save()
1. Does the above code really block the mail
2. If blocked, will the exchange server send back an postmater undeliverable
message back to the recipient.
Waitin for ur reply, thanks in advance..
Archived from group: microsoft>public>exchange>applications