Forum Discussion
Robert Gøransson
Dec 15, 2016Copper Contributor
Signature management?
Im not sure if this is the right place discuss this, but ill give it a shot. Im developing an internal application that leverages Azure Active directory for identity management, and Office 365 fo...
Robert Gøransson
Dec 15, 2016Copper Contributor
Thank you for the promt reply, and insight into the problem. Great to hear from someone with experience. I cannot find any endpoints for the OWA signatures. There is a new mailboxSettings object in Graph/o365 api but that just contains autoresponses.
How are the third party providers doing it? My development team must be able to implement a similar solution as anyone else, or are the third party providers bying into some other kind of access to my tenant/exchange?
heres the settings object for anyone looking: https://graph.microsoft.io/en-us/docs/api-reference/v1.0/resources/mailboxsettings
Antony Taylor
Dec 15, 2016Steel Contributor
Hi Robert,
One such provider is Exclaimer which provide a signature service. To work with exclaimer you have to route your mail through to their servers so I think it's a more complex deployment and not something that leverages the REST API (Though I'm not 100% sure just my opinion)
One such provider is Exclaimer which provide a signature service. To work with exclaimer you have to route your mail through to their servers so I think it's a more complex deployment and not something that leverages the REST API (Though I'm not 100% sure just my opinion)
- Robert GøranssonDec 16, 2016Copper ContributorThank you for providing me with a third party example. Looking at their specs (https://www.exclaimer.eu/exclaimer-cloud/signatures-for-office-365/) it would seem like they are parsing the emails "on the way out", and would not show the signature to the actual user in their respective client. I wonder if they try to parse the content to insert it before any quoted mails, and how successful they are in this.
- Dec 16, 2016
- Manfred BüttnerSep 01, 2020Copper Contributor