Re: Activate or create "Out of office reply" on server (2003)
From: Glen Scales [MVP] (gscales_at_outlookexchange.com)
Date: 05/12/04
- Next message: Agasthya: "Re: WebDAV API for C# .NET"
- Previous message: xdicorp: "cdoexm problem after upgrade to Exchange 2003"
- In reply to: Richard: "Activate or create "Out of office reply" on server (2003)"
- Next in thread: Lee Derbyshire [MVP]: "Re: Activate or create "Out of office reply" on server (2003)"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Agasthya: "Re: WebDAV API for C# .NET"
- Previous message: xdicorp: "cdoexm problem after upgrade to Exchange 2003"
- In reply to: Richard: "Activate or create "Out of office reply" on server (2003)"
- Next in thread: Lee Derbyshire [MVP]: "Re: Activate or create "Out of office reply" on server (2003)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|