VB or PowerShell to configure and enable auto response out of office

Discussion for developers using MailEnable.
Post Reply
acs
Posts: 4
Joined: Mon Sep 19, 2022 3:29 pm

VB or PowerShell to configure and enable auto response out of office

Post by acs »

I'd like to write a small program that allows a user to run it and set up their auto response. I looked through the api documentation for .NET and PowerShell and I don't see anything other than the ability to turn it on or off and set the start and end time. I want to be able to authenticate using the users email and password, set the subject and body, and enable or disable the auto response. Related I'd like to be able to set the mailbox redirection settings.

Is this possible? If I had a few examples of how these things work I could piece it together.

Admin
Site Admin
Posts: 1127
Joined: Mon Jun 10, 2002 6:31 pm
Location: Melbourne, Victoria, Australia

Re: VB or PowerShell to configure and enable auto response out of office

Post by Admin »

Hi,

There is no API for managing the autoresponder. But the following article describes how you can alter it and how it works:

https://www.mailenable.com/kb/content/article.asp?ID=ME020216

The mailbox redirection though can be altered in PowerShell.

Post Reply