In our solution, we try and convert an email and parse it into a word template. Before it can get into the word template we are seeing the following error:
System.NullReferenceException: Object reference not set to an i…...GetDirectoryName(htmlPath); string alias = Path.GetDirectoryName(htmlPath)...saveOptions.ImagesFolderAlias = alias; } doc.Save(htmlPath, saveOptions);...