One application that exhibits this problem is the Contacts application in versions of the Exchange Software Development Kit (SDK) prior to the June 2001 version. For example, the following line of code can be found in the Contacts application in versions of the Exchange SDK earlier than June 2001:
<style type=text/css>
The preceding code works on Exchange 2000 Server prior to the SP1 installation; however, after you install SP1, this code does not give the desired result. To resolve this problem, change the code as follows:
<style type="text/css">
In another example, the following code in the same sample does not give the desired result after you install SP1:
name=http://schemas.microsoft.com/somepropname
To resolve this problem, change the code as follows:
name="http://schemas.microsoft.com/somepropname"