Hi all,
From the available default action menu items, how can we execute 'Remove This Smart Tag' action item programatically in c#
If we check the doc.SmartTags.get_Item(ref index).SmartTagActions.Count property, it returns the custom action items count. Not includes the default action items.
Looking for a way to execute the first default action item.
Thanks in advance.