Skip to main content

We use an xml field to set the destination users for our MailEvents.  We've noticed that the process stops if there is an error with the address information for any user in the group.  Our client has asked if there is an option to have the MailEvent ignore that user and continue mailing the others.  Is there something or do we have to coden this behavior oursleves?

You can code with try catch and just log the error event to EventLog.   If you don't throw an exception the process ignore the error.

Reply