Developing Applications with Exchange 2000
Home > Computing and Information Technology > Operating systems > Microsoft (Windows) operating systems > Developing Applications with Exchange 2000: A Programmer's Reference
Developing Applications with Exchange 2000: A Programmer's Reference

Developing Applications with Exchange 2000: A Programmer's Reference

|
     0     
5
4
3
2
1




Out of Stock


Notify me when this book is in stock
About the Book

Exchange 2000 gives developers unprecedented power for building Web-centered collaborative applications -- but it also challenges them with unprecedented complexity. In this book, a world-class team of Exchange developers presents detailed insights, extensive code examples, proven tips for success, and two start-to-finish application case studies -- all designed to help Exchange 2000 developers achieve powerful results with any project. Developing Applications with Exchange 2000 helps developers master every Exchange 2000 development technology, including XML, WebDAV, CDO 3.0, ADO 2.5, OLE DB, ADSI, the Outlook object model, digital dashboards, Exchange 2000's Web Storage System, and more. The authors identify the key difficulties associated with Exchange 2000 development, and offer proven techniques for avoiding or managing these challenges. For all developers, architects, project leaders, and IT managers building applications with Microsoft Exchange 2000. "A companion website will contain all the sample code, plus additional updates and features."

Table of Contents:
Foreword. Preface. I. INTRODUCTION TO EXCHANGE 2000. 1. Introduction to the Book. Topics Covered. Exchange 2000 Server. The Web Storage System. Programming with Exchange 2000. Who Should Read This Book? How This Book Is Organized. The Sample Code. 2. Setting Up an Exchange 2000 Environment. Exchange 2000 Integration with Windows 2000. Active Directory. Global Catalog. Administration through Microsoft Management Console. Integrated Transport Protocols. Domain Name System. Windows 2000 Network Infrastructure. Setting Up Windows 2000. Preparing Your System for an Upgrade or New Installation. Dual-Boot Setup with Windows NT 4.0. Setting Up Exchange 2000. Installing the Exchange 2000 SDK. The Microsoft Management Console. Customizing the MMC. Active Directory Users and Computers. Exchange System Manager and Public Folders. Exchange 2000 Services. The M: Drive. Summary. 3. Schemas, Namespaces, and Content Classes. About URIs, URLs, and URNs. Schemas. Schemas and the Web Storage System. Namespaces. Default Web Storage System Namespaces. Namespace Rules. Custom Namespace Guidelines. Content Classes. Why Use Content Classes? Putting Content Classes to Work. Content Class Definitions. Content Class Hierarchies. Mapping Content Classes to Outlook Message Classes. Automatic Property Promotion. Summary. 4. WebDAV: An Overview. WebDAV: The Basics. WebDAV Client Support. Microsoft Web Folders. Setting Up a Web Folder. How WebDAV Works. DAV Verbs. DAV and XML. DAV Support in IIS 5.0. Creating a DAV-Enabled Application. MSXML COM Component. MSDAIPP and ADO. Summary. II. EXCHANGE CLIENT ACCESS. 5. Outlook Web Access and Web Forms. Outlook Web Access. OWA Features and Limitations. OWA Installation. OWA Architecture. Accessing the Exchange Server. Basic Administration. Web Storage System. Web Storage System Forms. FrontPage Extensions for Web Storage Forms. Summary. 6. Outlook 2000 and Digital Dashboards. The Digital Dashboard. Folder Home Pages. Digital Dashboard Resource Kit 2.01. Outlook View Control. Properties of the Outlook View Control. Methods of the Outlook View Control. Choosing a Different Outlook Today Page. Summary. III. WORKING WITH ADO AND THE EXCHANGE OLE DB PROVIDER. 7. Accessing the Web Storage System Using ADO and ExOLEDB. The ADO/OLE DB Conspiracy. What Does ADO 2.5 Have to Do with Exchange 2000? The Role of the Web Storage System. The Exchange OLE DB Provider. Opening an ADO Connection to Exchange. Creating a Folder. File URLs. HTTP URLs. Programmatically Getting a User's HTTP Mailbox Folder URLs. The Open Method of the ADO 2.5 Record Object. Using Web Storage System SQL to Get a List of Folders. Web Storage System SQL. The SELECT Statement. Query Scope. The WHERE Clause. The ORDER BY Clause. The RANK BY Clause. Some Unsupported SQL. Summary. 8. Using ADO and ExOLEDB: Advanced Topics. Using ADO and ExOLEDB to Create Scalable Solutions. Using DCOM to Access Remote Exchange Data. Configuring a COM+ Server Application in Windows 2000. Creating and Installing the Application Proxy Package. A Proxy-and-Stub Scenario with Multiple Front-End and Back-End Servers. Using ADO and XML to Set Access Control Lists. Exchange 2000 Pseudo-Role-Based Security. Configuring the Custom MAPI Role Properties: Assigning Users to Roles. Access Permissions: Using Roles to Assign Permissions. Summary. 9. Exchange 2000 Store Events. System Events. OnTimer Event Sink. OnMDBStartUp Event Sink. OnMDBShutDown Event Sink. Asynchronous Events. OnSave Event Sink. OnDelete Event Sink. Dummy Event Sinks. Synchronous Events. OnSyncSave Event Sink. OnSyncDelete Event Sink. The Synchronous Event Always Rings Twice. The IExStoreEventInfo and IExStoreDispEventInfo Support Interfaces. The AbortChange Method. The Data Property. The EventConnection Property. The EventRecord Property. The SourceURL Property. The StoreGuid Property. The UserGuid Property. The UserSid Property. The Event Registration Item. The Criteria Property. The Enabled Property. The EventMethod Property. The MatchScope Property. The Priority Property. The ScriptUrl Property. The Sinkclass Property. The TimerExpiryTime Property. The TimerInterval Property. The TimerStartTime Property. Setting Up the Exchange Super User Account. Logging On Locally. Registering Events Programmatically. The RegEvent Script. Sinking to New Heights. Debugging. Summary. IV. COLLABORATION DATA OBJECTS (CDO). 10. CDO Overview. CDO 1.xx. What CDO Provides. CDO for NT Server (CDONTS). The NewMail Object. CDO for Windows 2000 and Exchange 2000. CDO for Windows 2000. CDO for Exchange 2000. How CDO and ADO Work Together. Summary. 11. CDO 1.21. The CDO Objects. At the Top: The Session Object. Getting Started with CDO. Session Properties. Session Methods. The InfoStores Collection. InfoStores Code Example. InfoStore Properties. The InfoStore Method: IsSameAs. Accessing Folders. Getting a Default Folder. Traversing Folders. Using the GetFolder Method. Using the RootFolder Object to Access Public Folders. Using a Message Object's FolderID Property. Folder Properties. Folder Methods. Retrieving Messages. The Messages Collection. The HiddenMessages Collection. Sorting a Messages Collection. MessageFilter. The Message Object. Entry IDs versus Article IDs. The Fields Collection. Discussion Group Support. Calendar Support. Address Books. The AddressBook Object. The AddressEntry Object. Summary. 12. CDO for Messaging. Supported Internet Standards. RFC 822. MIME Format. Uuencode. Techniques and Code Examples. Sending an E-mail. Attachments. Reading Through a User's Inbox. Summary. 13. CDO for Calendaring. Working with Appointment Items. Creating an Appointment in a User's Private Calendar Folder. Appointments and Meetings. Appointments. Attendees and Addressees. How Appointments and Calendar Messages Work Together. Programming Examples. Creating an Appointment in a Public Folder. Sending a Meeting Request. IAppointment Reference. Properties of the Appointment Object. More about Calendars. Resolving an Addressee. Determining the Status of a User's Calendar (Free/Busy Information). Recurring Appointments. IAppointment Methods. The ICalendar Standard. Summary. 14. CDO for Contacts. Creating a Contact in the Web Storage System. Creating a Contact in the Active Directory. The CDO Person Object. Properties of the Person Object. Methods of the Person Object. The urn:schemas:contacts Namespace. Getting a User's Contacts Folder. Searching for a Contact. Summary. 15. CDO for Workflow and the Exchange Workflow Designer. What Are Workflow Applications? Why Exchange 2000? Au Revoir Routing Objects. Getting Started. Adding the Workflow System Account. Allowing a User to Register Workflows. Restricted versus Privileged Mode. Adding a User to the Privileged Workflow Authors Role. CDO Workflow Objects for Microsoft Exchange. Adding a Reference to Visual Basic. The WorkflowSession Object. The ProcessDefinition Object. Microsoft Exchange Workflow Designer. Installation. Startup. The Folder Pane General Tab. Workflow Actions. Creating a New Workflow Process. XML Support. Summary. 16. CDO for Exchange Management. Server Management. Enumerating Storage Groups and Web Storage System Stores. Recipient Management. Creating a Mailbox for a User. CDOEXM Reference. The ExchangeServer Object. The FolderTree Object. The IDataSource2 Interface. The IDistributionList Interface. The IMailboxStore Interface. The IMailRecipient Interface. The MailboxStoreDB Interface. The PublicStoreDB Interface. The StorageGroup Interface. Summary. V. ADDITIONAL EXCHANGE 2000 TOPICS. 17. XML. Quick-and-Dirty XML Lesson. XML Example. How XML Is Used in Exchange 2000. Using a Rich Browser Such as Internet Explorer 5. Retrieving XML with XMLHTTP. Using XML to Pass Recordset Data. Summary. 18. Accessing the Web Storage System Using the Installable File System. The M: Drive. The Exchange Installable File System. When to Use ExIFS. Microsoft Win32 File System APIs. Sample: The ExIFSWin32Lib Component. Sample: The ExIFSFileSystem Component. Known Issues with ExIFSWin32Lib and ExIFSFileSystem. Setting File Permissions Using the Access Control List. Windows 2000 File System Security in a Nutshell. Sample: The ACLAPILib Component. Known Issues with ACLAPILib. Remotely Accessing ExIFS Using a Network Share. Windows 2000 Services in a Nutshell. Sample: The ExIFS Share Service. Installing and Uninstalling the ExIFS Share Service. Starting and Stopping the ExIFS Share Service. Possible Future Enhancements to the ExIFS Share Service. Summary. 19. Weighing Your Development Options. Reviewing the Exchange 2000 Development Choices. Feature Comparison. ADO 2.5 over ExOLEDB. WebDAV over HTTP. ADO 2.5 Using MSDAIPP over HTTP. CDO for Exchange over ExOLEDB. CDO for Exchange over MSDAIPP. FileSystemObject over ExIFS. Outlook 2000 Object Model over MAPI. CDO 1.21 over MAPI. Selecting the Best Solution: Scenarios. Case Study 1: A Mixed Exchange 5.5 and 2000 Environment. Case Study 2: Levels of Web Support in Exchange 2000 over Exchange 5.5. Case Study 3: Using Exchange in a Workgroup Environment. Case Study 4: Accessing Remote Exchange 2000 Information from a Web Server. Summary. VI. SAMPLE APPLICATIONS. 20. Exchange 2000 Web Storage System Property Viewer Applications. Tool 1: Web-Based Property Viewer. The HTML Page. The ASP Page. Tool 2: ADO Explorer. Using the ADO Explorer Application to Display Property Values. The Main Form. A Look at the Code. Summary. 21. Sample Application: gradebook 2001. About the Sample Application. Features. Query Screens. Schedules: Exchange Calendars. Archiving Transcripts. Summary. Index. 0201703793T04062001


Best Sellers


Product Details
  • ISBN-13: 9780201703795
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Addison Wesley
  • Height: 234 mm
  • No of Pages: 544
  • Sub Title: A Programmer's Reference
  • Width: 186 mm
  • ISBN-10: 0201703793
  • Publisher Date: 02 Mar 2001
  • Binding: Paperback
  • Language: English
  • Spine Width: 24 mm
  • Weight: 790 gr


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Developing Applications with Exchange 2000: A Programmer's Reference
Pearson Education (US) -
Developing Applications with Exchange 2000: A Programmer's Reference
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Developing Applications with Exchange 2000: A Programmer's Reference

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!