I haven't really been able to find anything in the documentation and the stuff on Google is about 2-3 years old, and so this is the simple question:
Is there a way to update somebody's email signature with the Outlook REST API?
If you're seeing 2yr old docs, you're looking at the wrong documentation. Graph's official documentation can be found here. This documentation is open source and against on GitHub: microsoftgraph/microsoft-graph-docs.
As to email signatures, I'm afraid this isn't available via Graph. Email signatures are stored by the Outlook client, not within the mailbox. This is why users see different signatures across desktop, mobile, and web clients.
The only settings like this available via Graph are settings stored at the mailbox level. These are accessed via mailboxSettings object: automaticRepliesSetting
, language
, timeZone
, and workingHours
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With