Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft Graph API for OOO message

I was working with the Microsoft graph APIs and was wondering if there was an API for setting Out of Office messages for a user?

The documentation doesn't seem to have this feature.

like image 387
Saurav Sircar Avatar asked Feb 24 '26 09:02

Saurav Sircar


1 Answers

There's automaticRepliesSetting property in user mailbox settings. That should be the one you are looking for.

The properties you can use are similar to what you have in Set-MailboxAutoReplyConfiguration so:

externalAudience
externalReplyMessage
internalReplyMessage
scheduledEndDateTime
scheduledStartDateTime
status
like image 161
Robert Dyjas Avatar answered Feb 27 '26 01:02

Robert Dyjas