The Expert's Guide for Exchange 2003 Preparing For, Moving To, and Supporting Exchange Server 2003

Total Page:16

File Type:pdf, Size:1020Kb

The Expert's Guide for Exchange 2003 Preparing For, Moving To, and Supporting Exchange Server 2003 The Expert's Guide for Exchange 2003 Preparing for, Moving to, and Supporting Exchange Server 2003 by Steve Bryant iii Books Contents Chapter 3 Consolidating Your Exchange Services . 34 Server Ownership Costs . 34 Exchange Server Proliferation . 34 Consolidating Protocols . 35 Exchange 2003 and AD . 37 Front-End Exchange Servers . 39 Front-End Servers and Performance . 45 Balancing Front-End and Back-End Servers . 45 Consolidating Servers . 46 Storage Space and Recovery . 46 Configuration and Memeory . 47 Mailbox Consolidation Concerns . 47 Creating Server Redundancy . 48 Spreading the Load . 48 Clustering . 48 Deploying High- or Continuous-Availability Servers . 50 Consolidating Mailbox Servers . 50 Move Mailbox Tool . 50 Consolidating Sites . 51 Consolidating Your Exchange Organization . 52 Consolidating Exchange 2003 and Exchange 2000 Organizations . 52 Tools for Merging Exchange Organizations . 53 Using the Exchange Migration Wizard . 53 Copying Public Folder Data . 53 Copying the Organizational Forms Library . 54 Copying Contacts from One Organization to Another . 54 Collecting Group Distribution Memebership . 55 Completing the Consolidation . 57 More Consolidation Details . 64 Next: Installing Exchange 2003 . 64 34 Chapter 3: Consolidating Your Exchange Services At the heart of most successful and cost-effective Microsoft Exchange 2003 and Exchange 2000 deployments lies consolidation. Fewer Exchange servers translates to fewer server licenses, smaller data centers, easier administration, and a reduced cost of doing business. These benefits of consolidation are often the desired end results that prompt – and justify budgets for – upgrading and consolidating Exchange deployments. Estimating the savings that your consolidation efforts can realize will require some intelligent speculation because you’ll derive your overall savings from multiple sources. In fact, Microsoft recently performed a consolidation that illustrates the potential for administrative savings. With Exchange Server 2003, Microsoft reduced its 113 mailbox servers in 75 geographical locations worldwide to 38 mailbox servers in 7 locations worldwide. Server Ownership Costs IDC estimated that 62 percent of 2002 server costs came from the additional staffing required to support the servers. Another 23.1 percent of the costs came from downtime, with the balance assigned to training, software, and hardware. IDC broke down its 2002 numbers for the annual cost of Windows server ownership (per server) into the following server categories: • File server $19,809 •Networking server $2,357 • Print server $17,369 • Security server $14,099 • Web server $6,461 Although reports about messaging costs offer various figures, I like to use an annual cost of $10,000 per server for most calculations. Whether your specific numbers are higher or lower, you can see how quickly server-consolidation savings can add up. So the questions you’re probably asking right now are “How did we get here?” and “Where did all these servers come from?” In 2003, the Gartner Group noted that independent business units within companies – rather than the company’s IT department – initiate more than 60 percent of all IT projects. The high proportion of business units initiating deployments is especially true for Exchange because remote offices and departments often decide they need more horsepower or an additional server – or worse still (in terms of additional ports) their own SMTP domain or Microsoft Outlook Web Access (OWA) server. Exchange Server Proliferation Although you can certainly blame departmental projects for proliferation, Exchange 5.5 Server’s limited scalability has also been a key factor. Most of Exchange 5.5’s scalability limits involved the Brought to you by Quest Software and Windows & .NET Magazine eBooks Chapter 3 Consolidating Your Exchange Services 35 limits of the Extensible Storage Engine (ESE) engine. Administrators didn’t want to scale Exchange 5.5 servers too large because a 500GB database would take more than 15 hours to back up or restore). Moreover, a single database failure or corruption could mean certain death to the Exchange administrator who had decided to put all users on the same box (I won’t even mention how the OWA client performed). In short, many companies needed additional Exchange 5.5 servers to “spread the load” – both to accommodate users and protocols and to maintain acceptable performance. Also, although Microsoft Outlook 98 offered a stable offline mode that permitted remote access to the Exchange server, it wasn’t robust. Most remote offices wanted the same performance they enjoyed with local Microsoft Mail (MS Mail) and cc:Mail post offices. To achieve that performance, many remote offices installed a small Exchange 5.5 server. Fortunately, you now have more options. For this discussion, I’ll divide the subject of consolidation into distinct categories and begin with the lowest common denominator: protocols. I’ll then cover server consolidation, site consolidation, and, finally, Exchange organization consolidation. Consolidating Protocols Although administrators often consider protocol consolidation only after they’ve deployed or upgraded Exchange, the security implications involved should make protocols an early priority. As an Exchange consultant, I work all over the world and I get to hear many instructive stories. One customer described a security incident that put the virtues of consolidation in sharp perspective. His company was burglarized one afternoon; apparently the culprit had “tailgated” an employee into the building through a side door. Thereafter, the security team insisted that everyone come in and out the main doors so that security personnel needed to watch just one entrance for unauthorized access. Chances are you need to reduce the number of “entrances” to your network. And, although you might not be able to control the number of firewalls on your network (whose protection can be somewhat offset by the monitoring and management challenges that different access rules create), you probably can control how many and which protocols (and therefore ports) your company uses. Because business units drive many IT projects, companies often have multiple Internet connections. One of my client companies has roughly 50 business units and as many Internet connections. (I won’t discuss the potential problems that come with 50 Internet connections and possibly 50 firewalls; you understand the risks and administrative nightmares.) However, you no longer need all those connections. Instead, you can place a couple of inbound servers for the mail protocols centrally to provide a redundant inbound path for email and OWA. As you know, the more inbound ports you have open on your network, the less secure your network will be. Although I’ll discuss security in more depth in Chapter 7, I want to emphasize here some key points about the vulnerabilities that multiple protocols can create. Figure 3.1 shows a three-site design with multiple protocols in use. Brought to you by Quest Software and Windows & .NET Magazine eBooks 36 The Expert’s Guide for Exchange 2003 Figure 3.1 Site design with multiple protocols SUv.com Internet Other Sites SMTP POP Trucks.com IMAP HTTPS SportsCar.com Other Sites You can see several points of vulnerability in this design: 1. A new virus or network attack could bring down all three sites because they’re all exposed to the Internet. 2. From an SMTP perspective, a server or network failure stops inbound mail for that entire SMTP domain. 3. Virus and antispam updates might not be in sync, so different locations might have different protection levels. 4. Three firewalls and their access rules are much more difficult to manage and monitor than one or two. In Figure 3.1, you can see that many inbound ports must be enabled to support each business unit. A better design would establish a clear boundary between the Internet and the email servers (i.e., a Demilitarized Zone or DMZ) and consolidate the Internet email services to better secure and stabilize the environment. Brought to you by Quest Software and Windows & .NET Magazine eBooks Chapter 3 Consolidating Your Exchange Services 37 You can establish a protective boundary for your organization in various ways. You can configure Microsoft IIS to provide a boundary or configure Linux with Sendmail to accomplish the same purpose. Other products and more sophisticated solutions also exist. Microsoft has recently announced a new product, Exchange Edge Services, which will eventually play this role for SMTP and provide additional features as well. The current Microsoft solution is to place Microsoft ISA Servers or Exchange 2003 front-end servers at the boundary. Exchange 2003 and AD Before I discuss front-end server deployment, I want to point out that Exchange 2003 is smarter than I once thought. Because its folders and mailboxes are published to Active Directory (AD), Exchange 2003 knows to look in AD for Exchange resources. In your Exchange organization, you have mailboxes on servers. AD keeps mailbox information under several Exchange attributes in the Class object USER for each person who has a mailbox. But if you look at the Exchange objects in the Microsoft Management Console (MMC) Users and Computers snap-in, you see that the public folder proxies (in the default top-level hierarchy) are also added to AD, as Figure 3.2 shows. Figure 3.2 Exchange System Objects and Exchange Mailbox Store Each Exchange server in the routing group is notified of a hierarchy change, and information about the folder structure is replicated. This notification lets each mailbox server (within the routing group) report the folder hierarchy as well. And therein lay the magic. Brought to you by Quest Software and Windows & .NET Magazine eBooks 38 The Expert’s Guide for Exchange 2003 Although the public folder exists on only one server in the routing group, other Exchange 2003 servers can automatically redirect to the appropriate server. If I use OWA to access a public folder that exists on a different server, the server to which I’m connected will perform a quick directory lookup and send me to the server that contains the data.
Recommended publications
  • Tadiran-Coral-Voicemail-User-Guide-Steadfasttelecom.Com .Pdf
    Coral Message Center (CMC) User Guide Version 2.1 for Windows The flexible way to communicate . © 2002-2003 Active Voice LLC To access your mailbox from inside your organization All rights reserved. First edition 2003. 1. Call the voice messaging system. 1 for Yes, 2 for No, PhoneBASIC, Repartee, TeLANophy, 2. When the system greets you, enter: ViewCall, and ViewMail are trademarks of Active Voice, LLC. Personal ID ______________________________________________________ All other brands and product names used in this docu- ment are trademarks of their respective owners. Security code (if required) ___________________________________________ Licensed under one or more of the following patents: U.S. Nos. 4,994,926; 5,291,302; 5,459,584; 4,696,028; To access your mailbox by computer 4,809,321; 4,850,012; 4,922,526; 4,935,958; 4,955,047; 1. Launch Mailbox Manager. 4,972,469; 4,975,941; 5,020,095; 5,027,384; 5,029,196; 5,099,509; 5,109,405; 5,148,478; 5,166,974; 5,168,519; 2. When the system greets you, enter: 5,249,219; 5,303,298; 5,309,504; 5,347,574; 5,666,401; 5,181,243; 5,724,408; and Canadian No. 1329852. Host name_______________________________________________________ Extension _______________________________________________________ Security Code _____________________________________________________ For assistance, call: Name___________________________________________________________ Extension _______________________________________________________ Contents Introduction ii Changing your mailbox setup 21 Using quick message actions and shortcuts 47 Setting up your mailbox .......................................iv Working with the Mailbox Manager ....................22 Changing your security code..............................24 Quick message actions ...................................... 48 Checking and leaving messages 1 Changing your recorded and spelled names......25 Shortcuts...........................................................
    [Show full text]
  • Resolving Issues with Forms
    C1261587x.fm Page 265 Thursday, November 15, 2001 3:51 PM Resolving Issues with Forms In 1988, Alan Cooper demonstrated a prototype called Ruby to Bill Gates. Ruby provided a form designer that allowed you to drag and drop controls, then known as gizmos, to quickly and easily create composite forms—such as dialog boxes, entry forms, and report forms. Microsoft took Cooper’s Ruby product and combined it with Basic to create Microsoft Visual Basic 1. Microsoft has since shipped a version of Ruby with every version of Visual Basic, versions 1 through 6. With every version, that is, until Visual Basic .NET. Visual Basic .NET provides a new forms package called Windows Forms. Although the Windows Forms package was designed using the same basic prin- ciple as Ruby—it is a form designer that allows you to drag and drop controls and set properties—it was never meant to be an extension of, nor to be com- patible with, Ruby. Therefore, there are fundamental differences between the two forms packages that affect the way you create Visual Basic applications. This chapter focuses on some of the fundamental differences between the Ruby and Windows Forms packages. Specifically, it discusses issues that the Upgrade Wizard does not handle for you. Before we get into the differences, however, let’s look at what Windows Forms and Ruby have in common. Similarities in Form Structure When you create a new project in Visual Basic .NET, you will find yourself at home in the environment. The way you create and design forms is the same in Visual Basic .NET as it is in Visual Basic 6.
    [Show full text]
  • VI. Lotus Domino
    Le groupware - 1 / 60 - Sommaire I. Introduction ................................................................................................ 2 A. Histoire (Source : Michel Alberganti) ................................................................................ 2 B. Définition................................................................................................................... 2 C. L'offre....................................................................................................................... 2 1. Intranet / Internet................................................................................................. 2 2. Messagerie........................................................................................................... 3 II. Les clients de messagerie ............................................................................... 3 A. Windows Messaging : Msmail........................................................................................... 4 1. Installer et administrer un bureau de poste .................................................................. 4 2. Propriétés du client MAPI......................................................................................... 7 B. Utiliser Outlook ......................................................................................................... 15 1. Les options .........................................................................................................15 2. Envoi de messages ................................................................................................20
    [Show full text]
  • OEM Windows Co-Brand Guide
    OEM Windows Co-Brand Guide March, 2016 Microsoft Confidential Welcome to the OEM Windows Co-Brand Guide! This guide contains important Windows 10 and Office brand elements and guidelines to help tell our brand story together. Our logo is a window—and an iconic symbol known the world over. This symbol has an active feeling to it, representing a person’s unique perspective on their world. When communicating general Windows brand information, use the Windows logo with no The Windows logo includes the Windows symbol and logotype, which version attached. must be used together in a horizontal lockup. The symbol must not be used by itself, and OEMs must not put a box, circle, or other confining When the conversation is shape around the Windows logo. specific to Windows 10 or Trademark symbols highlighting Windows 10 specific features, always use the Logos provided without trademark symbols (TM and ®) should Windows 10 logo lockup. be used in marketing materials only. Trademark symbols are still required in certain places in and on product, and on Minimum size product packaging. More trademark information http://www.microsoft.com/en- us/legal/intellectualproperty/Trademarks/EN-US.aspx Clear space Clear space We respect the logo by giving it some space. The preferred clear space is equivalent to the height of the symbol. Minimum size In print, the logo should never appear smaller than 1” (25 mm). On-screen, it must appear at least 70 pixels wide. Download the Windows logo here: https://omap.microsoft.com/ The Logo Artwork Is Available in Three sizes Windows Logo Color Select the appropriate asset by determining the height Contrast is important — use a white logo on color backgrounds and required for your layout.
    [Show full text]
  • BCM 4.0 Unified Messaging Configuration Guide
    BCM 4.0 Unified Messaging Configuration Guide Business Communications Manager BCM 4.0 Document Status:Beta Document Version: 1.0 Part Code: N0060611 Date: January 2006 Copyright © Nortel Networks Limited 2006 All rights reserved. The information in this document is subject to change without notice. The statements, configurations, technical data, and recommendations in this document are believed to be accurate and reliable, but are presented without express or implied warranty. Users must take full responsibility for their applications of any products specified in this document. The information in this document is proprietary to Nortel Networks. Trademarks *Nortel, Nortel (Logo), the Globemark, and This is the way, This is Nortel (Design mark) are trademarks of Nortel Networks. *Microsoft, MS, MS-DOS, Windows, and Windows NT are registered trademarks of Microsoft Corporation. Citrix is a registered trademark of Citrix Systems, Inc. All other trademarks and registered trademarks are the property of their respective owners. Revision history 3 Revision history July 2005 Draft document submitted for external technical review. Review comments received and incorporated. January 2006 Beta document submitted. BCM 4.0 Unified Messaging Configuration Guide 4 Revision history N0060611 5 Task List Getting started . 9 Configuring your system for Unified Messaging . 15 To check that Business Communications Manager is not configured to use DNS........17 To check that a Host Name is entered on the Business Communications Manager.....17 To configure access
    [Show full text]
  • Managed Services Guide for Unity
    Cisco Unified Communications MIBs, Syslogs, and Alerts/Alarms for Managed Service Providers For Cisco Unity Release 7.0(2) Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 Text Part Number: OL-19789-01 THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS IN THIS MANUAL ARE BELIEVED TO BE ACCURATE BUT ARE PRESENTED WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. USERS MUST TAKE FULL RESPONSIBILITY FOR THEIR APPLICATION OF ANY PRODUCTS. THE SOFTWARE LICENSE AND LIMITED WARRANTY FOR THE ACCOMPANYING PRODUCT ARE SET FORTH IN THE INFORMATION PACKET THAT SHIPPED WITH THE PRODUCT AND ARE INCORPORATED HEREIN BY THIS REFERENCE. IF YOU ARE UNABLE TO LOCATE THE SOFTWARE LICENSE OR LIMITED WARRANTY, CONTACT YOUR CISCO REPRESENTATIVE FOR A COPY. The Cisco implementation of TCP header compression is an adaptation of a program developed by the University of California, Berkeley (UCB) as part of UCB’s public domain version of the UNIX operating system. All rights reserved. Copyright © 1981, Regents of the University of California. NOTWITHSTANDING ANY OTHER WARRANTY HEREIN, ALL DOCUMENT FILES AND SOFTWARE OF THESE SUPPLIERS ARE PROVIDED “AS IS” WITH ALL FAULTS. CISCO AND THE ABOVE-NAMED SUPPLIERS DISCLAIM ALL WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THOSE OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OR ARISING FROM A COURSE OF DEALING, USAGE, OR TRADE PRACTICE. IN NO EVENT SHALL CISCO OR ITS SUPPLIERS BE LIABLE FOR ANY INDIRECT, SPECIAL, CONSEQUENTIAL, OR INCIDENTAL DAMAGES, INCLUDING, WITHOUT LIMITATION, LOST PROFITS OR LOSS OR DAMAGE TO DATA ARISING OUT OF THE USE OR INABILITY TO USE THIS MANUAL, EVEN IF CISCO OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
    [Show full text]
  • Configuring Mail Clients to Send Plain ASCII Text 3/13/17 2:19 PM
    Configuring Mail Clients to Send Plain ASCII Text 3/13/17 2:19 PM Sign In Sign-Up We have copied this page for reference in case it disappears from the web. The copyright notice appears at the end. If you want the latest version go to the original page: http://www.expita.com/nomime.html Turning Off HTML or MIME to use a Remailer System. Index (5 topics) Introduction E-mail client programs (Turning Off HTML or MIME to use a Remailer System) Suggestions for HTML users Examples of HTML/MIME messages References What is wrong with sending HTML or MIME messages? There are now six main reasons for NOT doing this: 1. Many E-mail and Usenet News reader programs, usually the mail and news reader programs that come with browser packages, allow users to include binary attachments (MIME or other encoding) or HTML (normally found on web pages) within their E-mail messages. This makes URLs into clickable links and it means that graphic images, formatting, and even color coded text can also be included in E-mail messages. While this makes your E-mail interesting and pretty to look at, it can cause problems for other people who receive your E- mail because they may use different E-mail programs, different computer systems, and different application programs whose files are often not fully compatible with each other. Any of these can cause trouble with in-line HTML (or encoded attachments). Most of the time all they see is the actual HTML code behind the message. And if someone replies to the HTML formatted message, the quoting can render the message even more unreadable.
    [Show full text]
  • Mastering Windows XP Registry
    Mastering Windows XP Registry Peter Hipson Associate Publisher: Joel Fugazzotto Acquisitions and Developmental Editor: Ellen L. Dendy Editor: Anamary Ehlen Production Editor: Elizabeth Campbell Technical Editor: Donald Fuller Electronic Publishing Specialist: Maureen Forys, Happenstance Type-O-Rama Proofreaders: Nanette Duffy, Emily Hsuan, Laurie O'Connell, Yariv Rabinovitch, Nancy Riddiough Book Designer: Maureen Forys, Happenstance Type-O-Rama Indexer: Ted Laux Cover Designer: Design Site Cover Illustrator: Sergie Loobkoff Copyright © 2002 SYBEX Inc., 1151 Marina Village Parkway, Alameda, CA 94501. World rights reserved. The author(s) created reusable code in this publication expressly for reuse by readers. Sybex grants readers limited permission to reuse the code found in this publication or its accompanying CD-ROM so long as the author is attributed in any application containing the reusable code and the code itself is never distributed, posted online by electronic transmission, sold, or commercially exploited as a stand-alone product. Aside from this specific exception concerning reusable code, no part of this publication may be stored in a retrieval system, transmitted, or reproduced in any way, including but not limited to photocopy, photograph, magnetic, or other record, without the prior agreement and written permission of the publisher. First edition copyright © 2000 SYBEX Inc. Library of Congress Card Number: 2002100057 ISBN: 0-7821-2987-0 SYBEX and the SYBEX logo are either registered trademarks or trademarks of SYBEX Inc. in the United States and/or other countries. Mastering is a trademark of SYBEX Inc. Screen reproductions produced with FullShot 99. FullShot 99 © 1991-1999 Inbit Incorporated. All rights reserved.FullShot is a trademark of Inbit Incorporated.
    [Show full text]
  • Browser Security Comparison – a Quantitative Approach Page| I of V Version 0.0 Revision Date: 12/6/2011
    Browser Security Comparison A Quantitative Approach Document Profile Version 0.0 Published 12/6/2011 Revision History Version Date Description 0.0 12/26/2011 Document published. Browser Security Comparison – A Quantitative Approach Page| i of v Version 0.0 Revision Date: 12/6/2011 Contents Authors .......................................................................................................................................................... v Executive Summary ....................................................................................................................................... 1 Methodology Delta ................................................................................................................................... 1 Results ....................................................................................................................................................... 2 Conclusion ................................................................................................................................................. 2 Introduction .................................................................................................................................................. 3 Analysis Targets ........................................................................................................................................ 4 Analysis Environment................................................................................................................................ 4 Analysis
    [Show full text]
  • Installation Guide SWD-906306-1018091231-001 Contents 1 Planning a Blackberry Enterprise Server Installation
    BlackBerry Enterprise Server for IBM Lotus Domino Version: 4.1 | Service Pack: 7 Installation Guide SWD-906306-1018091231-001 Contents 1 Planning a BlackBerry Enterprise Server installation............................................................................................................ 4 Installing all BlackBerry Enterprise Server components on one computer.............................................................................. 4 Installing the BlackBerry Attachment Service............................................................................................................................. 4 Installing the BlackBerry Collaboration Service.......................................................................................................................... 4 Installing the BlackBerry Manager............................................................................................................................................... 5 Installing the BlackBerry MDS Connection Service.................................................................................................................... 5 Installing the BlackBerry MDS Integration Service.................................................................................................................... 5 Installing the BlackBerry Router................................................................................................................................................... 6 Configuring the Hosted BlackBerry services..............................................................................................................................
    [Show full text]
  • Messaging Application Programming Interface (MAPI) CS-420 (ET & CIT)
    Messaging Application Programming Interface (MAPI) CS-420 (ET & CIT) Messaging Application Programming Interface (MAPI) Messaging Application Programming Interface ( MAPI ) is a messaging architecture and a Component Object Model based API for Microsoft Windows. MAPI allows client programs to become (electronic mail) messaging-enabled, messaging-aware, or messaging-based by calling MAPI subsystem routines that interface with certain messaging systems and message stores. MAPI refers both to the application programming interface as well as the proprietary protocol which Microsoft Outlook uses to communicate with Microsoft Exchange. MAPI was originally designed by Microsoft. The company founded its MS Mail team in 1987, but it was not until it acquired Consumers Software Inc in 1991 to obtain Network Courier that it had a messaging product. Reworked, it was sold as MS PC Mail (or Microsoft Mail for PC Networking). The basic API to MS PC Mail was MAPI version 0. MAPI is the main e-mail data access method used by Microsoft Exchange. MAPI is more than a handful of e-mail APIs, it is defined as set of message services available to all programs that run in the windows operating environment. It includes various message types and each of these message types has a distinct set of properties and uses within the MAPI framework. The MAPI service set is more than a set of API commands and functions that we can use to send e-mail from point to point. The MAPI interface is actually a carefully defined set of messaging services available to all Windows programs. This pre-defined set has three key attributes: • Flexibility • Consistency • Portability Because the MAPI service set contains these three characteristics, it has become the de facto messaging interface standard for windows applications.
    [Show full text]
  • Automation 2000
    Automation 2000 Your Guide to iroot ie teroeriit Recommended Reading Microsoft Office 2000/Visual Basic : Programmer's Guide (Microsoft Professional Editions) by David Shank, Mark Roberts, Tamra Myers With detailed technical information delivered straight from the Microsoft Office 2000 documentation team, this practical and precise guide offers hands-on detail for everything from planning and developing Office 2000 solutions, working with data, designing multiuser solutions, and distribution. Paperback - 800 pages (May 1999) Microsoft Press; ISBN:1572319526 Microsoft Office 2000 Automation Contents What is Automation? ...................................................................................................................... 4 An Example of Using an Application Recorder ............................................................................. 5 How to Reference an Automation Object....................................................................................... 7 The CreateObject Function......................................................................................................... 7 The GetObject Function.............................................................................................................. 7 The New Keyword...................................................................................................................... 7 Using References ........................................................................................................................ 7 Early Binding.............................................................................................................................
    [Show full text]