July 25, 2000

Synchronize Public Folders

Question: How do I set up offline public folders that are synchronized on a laptop that runs Outlook 98 connecting to Exchange 5.5? Answer: Have the users who want to

Maintenance of Sent Item Folder

Question: Can I run a program/process/rule to prune the sent items and/or deleted items folder for users? Answer: You could use either ExMerge or Mailbox Manager to do that. ExMerge

Palm POSE Not Opening

Question: Why do I get the error message “Could not create a new session because the file wasn’t found” when I try to start a new emulator session? Answer: Be

Identifying the WAP Browser

Question: How do I know (with ASP) if the browser is a phone or a personal digital assistant? Answer: HTTP_USER_AGENT is really the only way that we have to identify

WML Permissions Settings

Question: I’m using the Nokia WAP toolkit in conjunction with MS Interdev to write dynamically generated WML. I’ve configured the IIS server to handle the new MIME types, but each

Removing Exchange

Question: How do I totally remove Exchange 5.5 from Windows 2000 Advance Server? Answer: Go to Start | Settings | Control Panel | Add/Remove Programs | Microsoft Exchange Server. Have

DNS Failure

Question: Why do I get DNS failure every time I go to a workstation and try to send out email through Outlook 2000? Answer: You need to go into the

Forward Declaring Classes

Question: I wrote: class Adjective { Sentence adjective_sentence; }; class Noun { Adjective a; }; class NounPhrase { Noun n; }; class Sentence { NounPhrase np; }; Of course it

Selecting Data from Views with Aliases

Question: If I have created a view from two tables that happen to have a similar column name (e.g., name) : CREATE VIEW team AS SELECT p.name, p.age, t.name, t.city