1

I am developing a little outlook Add-In, wich gives the option on the appointement-contextmenu to automatically fill out and set the start/ end the of the out of office message. I have managed to extend the contextmenu and get the start-/ endtime of the chosen appointement.

Now I would like to know, how that I can access the out of office template.

Morlibert
  • 33
  • 7

1 Answers1

0

The Outlook object model doesn't provide anything for that.

You may find the Automating Out of Office in Outlook (VBScript) sample code helpful. Consider using EWS, see EWS Managed API, EWS, and web services in Exchange for more information.

Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45