You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TEXT("\n\nXRulez.exe -a [--profile PROFILE] [--name NAME] [--trigger TRIGGER] [--payload PAYLOAD]")
287
290
TEXT("\n\tCreates and adds a new Exchange rule. Default, built-in values (use -d to see them) are used for all omitted params. If profile name is blank then default Outlook profile will be used. Other params must not be blank.")
288
291
289
-
//TEXT("\n\nXRulez.exe -p")
290
-
//TEXT("\n\tChecks if EnableUnsafeClientMailRules security patch KB3191883 for Outlook 2013 and 2016.")
292
+
TEXT("\n\nXRulez.exe -e")
293
+
TEXT("\n\tDisplays all existing rules.")
291
294
292
295
TEXT("\n\nXRulez.exe -r")
293
296
TEXT("\n\tDisables security patch KB3191883 (re-enables run-actions for Outlook 2010, 2013 and 2016).")
294
297
295
-
TEXT("\n\nXRulez.exe -i")
296
-
TEXT("\n\tPerforms an interactive configuration and proceeds to message injection.")
298
+
//TEXT("\n\nXRulez.exe -i")
299
+
//TEXT("\n\tPerforms an interactive configuration and proceeds to message injection.")
297
300
298
301
TEXT("\n\nXRulez.exe -o")
299
-
TEXT("\n\tCheck it Outlook is running at the moment.\n") << std::endl;
302
+
TEXT("\n\tCheck it Outlook is running at the moment.\n") << std::endl;
0 commit comments