i have an existing word document with bookmarks. I need to associate a set of comments to each bookmark.
Bookmark bookmark = document.Range.Bookmarks[bookmarkName];
if (bookmark != null)
{
Comment comment = new Com…...Words Product Family words-net bala7 March 12, 2025, 7:38am...noskov March 12, 2025, 8:30am 4 @bala7 The code generated by AI...