how to sync query topics with outllok, programmatically?

luisfernandomerlano shared this question 2 years ago
Answered

Hello experts i need to sync query topics with outllok, programmatically?

I know to do this using sendkeys "f5" but i want to know how to do this using winwrap basic language.


thganks in advance for your support

Replies (1)

photo
1

Hello Luis,


I'm not an expert on Winwrap basic but this may help -

ActiveDocument.Selection.PrimaryTopic.BusinessTopic.Refresh()
Best regards,

-Marian

photo
1

Marian Thank you so much, it works great!

---