2025-09-05
πMore Outlook add-in customization
The v4.22.0 release brings major changes and customization features to the Outlook add-in:
- Custom rules can now set a completely customized signature body using the new
customRulesResultSignatureBodyproperty, available for Exchange Online. - Added
graphAccessTokenandgraphApiEndpointproperties to custom rules, allowing direct querying of the Graph API for advanced logic (e.g., user properties, group membership). - The text of the post-signature notification can be set using the new
customRulesResultNotificationvariable. - Custom rules can access the current and original notification texts via
customRulesProperties.notificationCurrentandcustomRulesProperties.notificationOriginal. - New boolean properties are available for custom rules to check email context:
customRulesProperties.itemIsReplycustomRulesProperties.itemIsForwardcustomRulesProperties.itemIsHtmlcustomRulesProperties.itemIsText
- Added the ability to define a custom ID for the add-in, enabling multiple independent configurations in the same environment.
πFurther updates
- Added a workaround for the issue in Outlook for the web and New Outlook for Windows that resulted in multiple signatures being added to appointments.
- The add-in is now forced to use the Graph API for Exchange Online mailboxes to prepare for the deprecation of EWS.
- Changed the custom rules output variable from
customRulesPropertiesResultto the clearercustomRulesResultSignatureName. - Fixed an issue to ensure custom rules properties
itemIsNewanditemIsReplyForwardreport correctly across platforms. - Fixed an issue to prevent the add-in from re-using
customRulesPropertiesResultbetween manual and automatic runs. - Added comments to the
manifest.xmlto clarify mailbox requirements and permissions.
For a comprehensive list of all changes, dependencies, and fixes, please consult the official CHANGELOG.
πInterested in learning more or seeing our solution in action?
Contact us or explore further on our website. We look forward to getting to know you!