I am developing an add-in for Outlook 2010. I need to get all the rules and descriptions for them. I can access the rules, but I donβt understand how to get the descriptions, as in the picture.
The rule description is not provided directly in the VSTO API - but you can interpret it yourself by listing and translating the Conditions ( Rule.Conditions / Rule.Exceptions ) and Rule Actions ( Rule.Actions ) rules .
Rule.Conditions
Rule.Exceptions
Rule.Actions
Source: https://habr.com/ru/post/920232/More articles:DIV next to centered div - htmlMake the label bold in GTK + - cIOS mail composer won't quit - iosHow to get input file name in MRjob - pythonHow to make a WPF DataGrid with alternating row colors and a patch color section (ignoring alternation) - user-interfaceMouseenter / mouseleave events are not fired for SVG elements using jQuery.on - jqueryHow can I translate Linux key codes from / dev / input / event * to ASCII - linuxSystem.speech, please do not say the area code - c #Can't dismiss email composer view on iPhone? - emailPrinting graphs generated in functions using R Markdown in RStudio - rAll Articles