Re: Activate or create "Out of office reply" on server (2003)

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Glen Scales [MVP] (gscales_at_outlookexchange.com)
Date: 05/12/04


Date: Thu, 13 May 2004 09:43:44 +1000

There's no built in functionality from the Server, You can script this using
CDO 1.2 something like this should be okay

strProfileInfo = "ServerName" & vbLf & "MailboxAlias"
Set objSession = CreateObject("MAPI.Session")
objSession.Logon "", "", False, True, 0, True, strProfileInfo
objSession.outofoffice = true
objSession.outofofficetext = "Im not in the office"

Cheers
Glen

"Richard" <richard_meltzer@yahoo.com> wrote in message
news:ADE5D07E-A15B-40AE-A977-EC8C8288CDB4@microsoft.com...
> This is as i understand normally handled on the client (outlook).
>
> How can you activate control this from the server admin side? Ex. create a
certain reply for a mailbox user or a group
> Is this a built in functionality or does it have to be scripted?
>
> An cretative solution would be much appreciated.
>
> Regards
> Richard



Relevant Pages

  • Re: How to detect present X-Server
    ... useful to know whether X functionality is there or not. ... launch vi or xedit, should I even try to display an image, start OpenDX ... >I have a headless Linux server, ... >If a script wants to know if it can use the X server (or if one ...
    (perl.beginners)
  • Re: Auto E-mail
    ... exchange does not have built in functionality to do this. ... script that will both create the user and send the email. ... i would like to make an automatic e-mail that will send to a new user that ...
    (microsoft.public.exchange.admin)
  • Re: how to refresh the page?
    ... I just built and ran ... the server. ... All that happens is the image changes sizes. ...
    (comp.lang.javascript)
  • QUESTION: $_SERVER[REQUEST_URI];
    ... I want to implement a feature on a site, registering the date-time, ... As the pages are built with a script, ... on the server, it always returns nothing. ...
    (alt.php)
  • view server status through intranet
    ... i'm trying to find a script that i can put on our company intranet to ... Server 1 - Status UP ... already built? ...
    (microsoft.public.scripting.vbscript)