









Moving Mailboxes from 5.5 SP2 to SP3 on Win2000
Question: I have an Exchange 5.5 installation on a Windows 2000 box with SP3, and I want to move approximately 1,500 mailboxes there from am Exchange 5.5 SP2 box on
Question: I have an Exchange 5.5 installation on a Windows 2000 box with SP3, and I want to move approximately 1,500 mailboxes there from am Exchange 5.5 SP2 box on
Question: My users are able to go to File > Open > Other User’s Folder and view anyone’s mail. What am I missing? I thought this was a simple setting
Question: I have been asked to write a script that will send an e-mail to a distribution list if a new item is placed in a public folder. I have
Question: I have one user who is getting an error when he has Outlook open. He’s unable to update public/free busy data. He’s the only user at that location who
Question: We currently have three Exchange 5.5 SP3 servers in California. We’re going to add one server in London and use x.400 connectors, but we’re not sure what the best
Here’s the code to simulate a simple NNTP server that provides offline news reader support to WebReader. Hope you enjoy it. import java.util.*; import java.io.*; import java.net.*; class nntpServer {
Two types of initialization blocks (anonymous blocks) can be used to initialize class or instance variables in Java. To intialize instance variables, {} block can be used; this block functions
Download this tool and convert any Java API downloaded from the java.sun.com into Windows Help format, the advantage of this is that you can use the inbuilt Search facility that
In lot of places, I have seen developers doing a ‘new’ to instantiate a user-defined data type (Objects) and then later in the source code checking whether this new Object