-1

I have setup a job in Dynamics CRM 2016 that runs and create email records.

My question is: An email record is created even if TO field is empty, but when CRM tries to send the email, will it raise an exception (to use in try-catch)?

jasonscript
  • 6,039
  • 3
  • 28
  • 43
Damkulul
  • 1,406
  • 2
  • 25
  • 59

1 Answers1

0

It will crash. It's a good idea to create every email inside a try-catch and skip those who crash.

Nick
  • 735
  • 5
  • 14