dynamics-custom-emails icon indicating copy to clipboard operation
dynamics-custom-emails copied to clipboard

InstantiateTemplateResponse can return an empty email

Open lbang opened this issue 6 years ago • 5 comments

In CreateCustomEmail.cs, the InstantiateTemplateResponse can return an empty email if the template is not set up correctly.

I think there needs to be a check on the email.Id to make sure it is not equivalent to Guid.Empty.

lbang avatar Dec 19 '17 23:12 lbang