Question : Is there any way to limit what the users see in shared calendars in Exchange 2003 / Exchange 2007?

Hi,

Is there any way to limit what a user sees in a shared calender in Exchange 2003/2007 and Outlook 2003/2007?

This is how i wan't it to work:
* All users who are NOT invited to the meeting can read only the title of the meeting and not the agenda or see any attachments
* People not in the security table of the calender cannot see the calender content at all

Is there any way to get this working?
If not in Exchange 2003; Does 2007 have any of this functionality?

The servers are running like this
* Windows 2003 Standard, Exchange 2003 (currently main server with 1000++ users)
* Windows 2008 R2 x64, Exchange 2007 (currently only 30-50 IT users), All roles exept for unified
* Clients run either Office 2007 or Office 2003 with Windoes XP or Windows 7 x64

Answer : Is there any way to limit what the users see in shared calendars in Exchange 2003 / Exchange 2007?

Listen 192.168.101.83
#chaffoteaux

<Directory "Path to project folder">
    AllowOverride All
</Directory>
<VirtualHost 192.168.101.83:82>
    ServerAdmin [email protected]le.com
    DirectoryIndex index.html index.htm index.php index.html.var
    DocumentRoot "Path to project folder"
    #ServerName dummy-host.example.com
    ErrorLog logs/Zara.log
    #ErrorLog logs/dummy-host.example.com-error_log
    #CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>
<VirtualHost 192.168.101.83:83>
    ServerAdmin [email protected]mple.com
    DirectoryIndex index.html index.htm index.php index.html.var
    DocumentRoot "Path to project folder"
    #ServerName dummy-host2.example.com
    ErrorLog logs/Zara.log
    #ErrorLog logs/dummy-host2.example.com-error_log
    #CustomLog logs/dummy-host2.example.com-access_log common
</VirtualHost>

that will work imho

you might need bind installed to do local dns instaed or apache as if you virtual domains increases its easier to use bind to do the ip side
Random Solutions  
 
programming4us programming4us