

Download the manifest.xml file from this sample to a folder on your computer.The add-in web files are served from this repo on GitHub.
Outlook signature windows#
You can run this sample in Outlook on Windows or in a browser. If the user chooses to set a signature, the add-in opens the task pane for the user to continue setting their signature. When the user sends a new email message, or creates a new appointment, the add-in displays an information bar prompting the user to create a signature. In this scenario, the add-in helps the user manage their email signature, even when the task pane is not open. Use Outlook event-based activation to set the signature


Note: If you do not have a Microsoft 365 subscription, you can get one for development purposes by signing up for the Microsoft 365 developer program. Set a signature for Outlook to use in messages and appointments.Use event-based activation to respond to events when the task pane is not open.If no signature is set, the add-in prompts the user to set a signature, and can then open the task pane for the user.įor documentation related to this sample, see Configure your Outlook add-in for event-based activation. The add-in can respond to events, even when the task pane is not open. This sample uses event-based activation to run an Outlook add-in when the user creates a new message or appointment. Applies to: Outlook on Windows | Outlook on the web Summary
