How To Disable "The document being saved contains tracked changes" Word Dialog Using C#
I was able to figure out a programmatic solution by setting the following option in my code:
msDoc.Application.Options.WarnBeforeSavingPrintingSendingMarkup = false;
Configuration wise I found you could also disable this Office feature by going into:
Word Options->Trust Center->Privacy Options->Uncheck "Warn before printing, saving or sending a file that contains tracked changes or comments"