Microsoft Outlook Programming, Jumpstart for Administrators, Developers, and Power Users

Sue Mosher

  • 出版商: Digital press
  • 出版日期: 2002-10-01
  • 售價: $2,920
  • 貴賓價: 9.5$2,774
  • 語言: 英文
  • 頁數: 619
  • 裝訂: Paperback
  • ISBN: 1555582869
  • ISBN-13: 9781555582869
  • 已過版

買這商品的人也買了...

商品描述

Description:

Microsoft Outlook Programming unleashes the power of Microsoft Outlook, allowing administrators and end users to customize Outlook in the same way that they've used macros and templates to customize other programs like Excel and Word. Experienced developers will find the quick-start information they need to begin integrating Outlook into their applications. Microsoft Exchange administrators will get help automating common tasks such as announcing public folders and importing data to custom forms.

Microsoft Outlook is the most widely used email program, and it offers the most programmability. This book introduces key concepts for programming both Outlook forms for storing and exchanging data and Visual Basic for Applications modules that add new features to Outlook. Central to this new edition, which covers both Outlook 2000 and Outlook 2002, is awareness of tighter security in Outlook. Designed to prevent transmission of computer viruses, the security restrictions can also get in the way of legitimate programs, but this book offers workarounds within the reach of novice programmers. It also covers many of the new features of Outlook 2002, such as the integrated Outlook View Control and searching across multiple folders using SQL syntax and the Search object.

 

Table of Contents:

What You Can Do with Outlook
Part I: Outlook VBA Design
The VBA Design Environment; A VBA Birthday/Anniversary Reminder Form
PART II: Adding VBA Code
Code Basics; Code Grammar 101; Working with Expressions and Functions; Controlling Program Flow; Handling Errors and Debugging VBA Applications; Handling User Input and Feedback
PART III: Special Outlook Techniques
Working with the Object Models; Responding to Outlook Events in VBA; Working with Stores and Folders; Understanding Outlook Security; Working with Items and Recipients
Part IV: Outlook Form Design
Outlook's Six Basic Forms; Creating Your First Custom Contact Form; Extending Form Design with Fields and Controls; Writing Code to Respond to Outlook Form Events; More Controls for Outlook Forms; Common Outlook Form and Item Techniques
Part V: Finishing Touches
Menus, Toolbars, and the Outlook Bar; Designing Outlook Reports; Exchange Server, Databases, and XML Web Services; Deploying Forms and Applications
Appendices: Resources for Outlook Programming; Files Blocked by Outlook Security; Key Procedures You Can Reuse