79553057

Date: 2025-04-03 13:24:33
Score: 0.5
Natty:
Report link

Though mentioned differently in various places, I found that the ProgId of an VSTO Outlook add-in simply matches the assembly name as specified in project properties. So ProgId could be retrieved this way, too:

System.Reflection.Assembly.GetExecutingAssembly().GetName().Name

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Markus