Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Access to email signatures

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?

like image 281
Adam McGurk Avatar asked Oct 18 '25 11:10

Adam McGurk


1 Answers

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.

like image 146
Marc LaFleur Avatar answered Oct 21 '25 02:10

Marc LaFleur



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!