Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get Outlook 2010 Rule description

I am developing add-in for Outlook 2010. I have to get all rules and descriptions for them. I can access to the rules, but I don't understand how to get descriptions like on the picture. enter image description here

like image 980
Alexandr Avatar asked Jul 11 '12 15:07

Alexandr


1 Answers

The rule description isn't provided directly in the VSTO API - but you could interpret it yourself by enumerating and translating the Rule Conditions (Rule.Conditions / Rule.Exceptions), and Rule Actions (Rule.Actions).

like image 64
SliverNinja - MSFT Avatar answered Oct 08 '22 08:10

SliverNinja - MSFT