DOCUMENT:Q199255 08-APR-1999 [mspress] TITLE :Exchange Server Training Comments and Corrections PRODUCT :Microsoft Press PROD/VER: OPER/SYS: KEYWORDS: ====================================================================== --------------------------------------------------------------------- The information in this article applies to: - Microsoft Exchange Server Training Kit --------------------------------------------------------------------- SUMMARY ======= This article contains comments, corrections, and information about known errors relating to the Microsoft Press book Microsoft Exchange Server Training Kit, ISBN 1-57231-709-4. Contents: - Page xliv: To install Active Server Pages see readme.txt - Chapters 18 - 20: MS Mail, Lotus cc:Mail, & Lotus Notes Not Included - Pages 1063 - 1064: Code Correction - Page 1098: Text Correction - Page 1111: Text Correction - Page 1162: Text Correction MORE INFORMATION ================ Page xliv: To install Active Server Pages see readme.txt --------------------------------------------------------- On page xliv, the instruction to install Active Server Pages are incorrect. Instructions on installing Internet Information Server 3.0 with Active Server Pages are in the readme.txt file on CD-ROM that includes the Supplemental Course Materials, Internet Explorer and the Online Book. This CD-ROM is labeled as such and is part no. 097-0001918. The instructions are as follows: To install Microsoft Internet Information Server 3.0: 1. Choose Run from the Start menu 2. Type D:\ASP (where D is your CD-ROM drive letter) 3. This will open a Windows Explorer window 4. Double click the ASP.EXE file, which will launch the install program. Follow all the prompts to install Internet Information Server 3.0. 5. For more information, please view the readme.htm in the ASP folder on the CD. Chapters 18 - 20: MS Mail, Lotus cc:Mail, & Lotus Notes Not Included -------------------------------------------------------------------- Chapters 18 - 20 walk you through how to connect to Microsoft Mail and Schedule+; Lotus cc:Mail; and Lotus Notes. These applications are not provided in the Microsoft Exchange Server Training Kit. Pages 1063 - 1064: Code Correction ---------------------------------- Pages 1063 - 1064, starting with the last four lines of code on page 1063 and continuing through the code on page 1064:
Change: 'Get The Number Of Messages In The Folder Set CDOSession = EventDetails.Session Set oFolder = CDOSession.GetFolder (EventDetails.FolderID, Null ) iMsgCount = oFolder.Fields(g_CdoPR_CONTENT_COUNT) If iMsgCount > 500 Then 'Create Message In Outbox Set oFolderOutbox = CDOSession.Outbox Set oMsg = oFolderOutbox. Messages.Add(cstr("Warning: Too many items in folder!"), "There are " & iMsgCount & "mes sages in the folder") Set oRec = oMsg.Recipients.Add ("Horst Sauerbier")oRec.Type = 1 'Set Recipient in the To: line oRec.Resolve = 1'Resolve the Recipi- ent Address oMsg.Send 'Send The Message End If To: 'Get The Number Of Messages In The Folder Set CDOSession = EventDetails.Session Set oFolder = CDOSession.GetFolder _ (EventDetails.FolderID, Null ) iMsgCount = oFolder.Fields(g_CdoPR_CONTENT_COUNT) If iMsgCount > 500 Then 'Create Message In Outbox Set oFolderOutbox = CDOSession.Outbox Set oMsg = oFolderOutbox.Messages.Add(cstr( _ "Warning: Too many items in folder!"), _ "There are " & iMsgCount & _ "messages in the folder") Set oRec = oMsg.Recipients.Add( _ "Horst Sauerbier") oRec.Type = 1 'Set Recipient in the To: line oRec.Resolve = 1 'Resolve the Recipient 'Address oMsg.Send 'Send The Message End If Page 1098: Text Correction -------------------------- Page 1098, second sentence of the first paragraph: Change: "The connector is an additional component that comes only with the Enterprise Edition." To: "The connector is an additional component that comes with the Enterprise Edition of Exchange Server 5.0 as well as both the Standard and Enterprise Editions of Exchange Server 5.5." Page 1111: Text Correction -------------------------- Page 1111, first bullet under the Prerequisites subheading: Change: "A test MS Mail postoffice is installed during this exercise using a network installation point. If you prefer, you can install the postoffice directly from your floppy disks instead." To: "A test MS Mail postoffice is installed during this exercise. In order to complete this exercise you will need to have your own copy of MS Mail. Although this exercise uses a network installation point, if you prefer, you can install the postoffice directly from your floppy disks instead." Page 1162: Text Correction -------------------------- Page 1162, second sentence of the second paragraph: Change: "However, the connector is available only in the Enterprise Edition." To: "The connector is available in the Enterprise Edition of Exchange Server 5.0 as well as in both the Standard and Enterprise Editions of Exchange Server 5.5." Microsoft Press is committed to providing informative and accurate books. All comments and corrections listed above are ready for inclusion in future printings of this book. If you have a later printing of this book, it may already contain most or all of the above corrections. Additional query words: ms_press 1-57231-709-4 ====================================================================== Keywords : Issue type : kbinfo ============================================================================= THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY. Copyright Microsoft Corporation 1999.